Html Css Color HEX #B9C2FF Lavender Blue

📋 copy color: '#B9C2FF'

red 185 ◦ green 194 ◦ blue 255

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

Shades of Lavender Blue #B9C2FF

Tints of Lavender Blue #B9C2FF

RGB

 RED value IS 185 (72.66% from 255) = 29.18%

 GREEN value IS 194 (76.17% from 255) = 30.6%

 BLUE value IS 255 (100% from 255) = 40.22%

R = 29.18%
G = 30.6%
B = 40.22%

CMYK

 C value IS 0.27

 M value IS 0.24

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B9C2FF (or 0xB9C2FF) is known color: Lavender Blue. HEX triplet: B9, C2 and FF. RGB value is (185,194,255). Sum of RGB (Red+Green+Blue) = 185+194+255=634 (83% of max value = 765). Red value is 185 (72.66% from 255 or 29.18% from 634); Green value is 194 (76.17% from 255 or 30.60% from 634); Blue value is 255 (100% from 255 or 40.22% from 634); Max value from RGB is 255 - color contains mainly: blue. Hex color #B9C2FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9C2FF is #463D00. Grayscale: #C6C6C6. Windows color (decimal): -4603137 or 16761529. OLE color: 16761529.

HSL color Cylindrical-coordinate representation of color #B9C2FF: hue angle of 232.29º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B9C2FF is Cyan = 0.27, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 185 194 255 -
CMYK 0.27 0.24 0 0
HSL 232.29º 1% 0.86% -
HSV(B) 232.29º 0.27% 1% -
XYZ 57.35 56.12 102.42 -
YUV 198.26 160.02 118.54 -
System Red Green Blue C M Y K H S L
Decimal 185 194 255 0.27 0.24 0 0 232.29 1 0.86
Hex B9 C2 FF 1B 18 0 0 E8 64 56
Octal 271 302 377 33 30 0 0 350 144 126
Binary 10111001 11000010 11111111 11011 11000 0 0 11101000 1100100 1010110

Color Harmonies of #B9C2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C2FF

Black with #B9C2FF

Text Example


Text Example

White with #B9C2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C2FF; }

 p { color: rgb(185,194,255); }

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

background-color css

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

 a { background-color: rgb(185,194,255); }

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

border-color css

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

 span { border-color: rgb(185,194,255); }

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