Html Css Color HEX #B2AFEB Perano

📋 copy color: '#B2AFEB'

red 178 ◦ green 175 ◦ blue 235

#B2AFEB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Perano #B2AFEB

Tints of Perano #B2AFEB

RGB

 RED value IS 178 (69.92% from 255) = 30.27%

 GREEN value IS 175 (68.75% from 255) = 29.76%

 BLUE value IS 235 (92.19% from 255) = 39.97%

R = 30.27%
G = 29.76%
B = 39.97%

CMYK

 C value IS 0.24

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B2AFEB (or 0xB2AFEB) is known color: Perano. HEX triplet: B2, AF and EB. RGB value is (178,175,235). Sum of RGB (Red+Green+Blue) = 178+175+235=588 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.27% from 588); Green value is 175 (68.75% from 255 or 29.76% from 588); Blue value is 235 (92.19% from 255 or 39.97% from 588); Max value from RGB is 235 - color contains mainly: blue. Hex color #B2AFEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B2AFEB is #4D5014. Grayscale: #B6B6B6. Windows color (decimal): -5066773 or 15445938. OLE color: 15445938.

HSL color Cylindrical-coordinate representation of color #B2AFEB: hue angle of 243º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B2AFEB is Cyan = 0.24, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 178 175 235 -
CMYK 0.24 0.26 0 0.08
HSL 243º 0.6% 0.8% -
HSV(B) 243º 0.26% 0.92% -
XYZ 48.69 46.12 84.93 -
YUV 182.74 157.49 124.62 -
System Red Green Blue C M Y K H S L
Decimal 178 175 235 0.24 0.26 0 0.08 243 0.6 0.8
Hex B2 AF EB 18 1A 0 8 F3 3C 50
Octal 262 257 353 30 32 0 10 363 74 120
Binary 10110010 10101111 11101011 11000 11010 0 1000 11110011 111100 1010000

Color Harmonies of #B2AFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AFEB

Black with #B2AFEB

Text Example


Text Example

White with #B2AFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AFEB; }

 p { color: rgb(178,175,235); }

 H1.HeaderClassName
 {
   color: #B2AFEB;
 }
 .AnyTagClassName
 {
   color: #B2AFEB;
 }
</style>

background-color css

<style>
 a { background-color: #B2AFEB; }

 a { background-color: rgb(178,175,235); }

 div.DivClassName
 {
   background-color: #B2AFEB;
 }
 .BgClassName
 {
   background-color: #B2AFEB;
 }
</style>

border-color css

<style>
 span { border-color: #B2AFEB; }

 span { border-color: rgb(178,175,235); }

 td.TdClassName
 {
   border-color: #B2AFEB;
 }
 .TagClassName
 {
   border-color: #B2AFEB;
 }
</style>