Html Css Color HEX #B2AFEF Perano

📋 copy color: '#B2AFEF'

red 178 ◦ green 175 ◦ blue 239

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

Shades of Perano #B2AFEF

Tints of Perano #B2AFEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 40.37%

R = 30.07%
G = 29.56%
B = 40.37%

CMYK

 C value IS 0.26

 M value IS 0.27

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B2AFEF (or 0xB2AFEF) is known color: Perano. HEX triplet: B2, AF and EF. RGB value is (178,175,239). Sum of RGB (Red+Green+Blue) = 178+175+239=592 (78% of max value = 765). Red value is 178 (69.92% from 255 or 30.07% from 592); Green value is 175 (68.75% from 255 or 29.56% from 592); Blue value is 239 (93.75% from 255 or 40.37% from 592); Max value from RGB is 239 - color contains mainly: blue. Hex color #B2AFEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B2AFEF is #4D5010. Grayscale: #B6B6B6. Windows color (decimal): -5066769 or 15708082. OLE color: 15708082.

HSL color Cylindrical-coordinate representation of color #B2AFEF: hue angle of 242.81º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B2AFEF is Cyan = 0.26, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 178 175 239 -
CMYK 0.26 0.27 0 0.06
HSL 242.81º 0.67% 0.81% -
HSV(B) 242.81º 0.27% 0.94% -
XYZ 49.27 46.36 88.01 -
YUV 183.19 159.49 124.3 -
System Red Green Blue C M Y K H S L
Decimal 178 175 239 0.26 0.27 0 0.06 242.81 0.67 0.81
Hex B2 AF EF 1A 1B 0 6 F3 43 51
Octal 262 257 357 32 33 0 6 363 103 121
Binary 10110010 10101111 11101111 11010 11011 0 110 11110011 1000011 1010001

Color Harmonies of #B2AFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AFEF

Black with #B2AFEF

Text Example


Text Example

White with #B2AFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AFEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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