Html Css Color HEX #B9BCFC Lavender Blue

📋 copy color: '#B9BCFC'

red 185 ◦ green 188 ◦ blue 252

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

Shades of Lavender Blue #B9BCFC

Tints of Lavender Blue #B9BCFC

RGB

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

 GREEN value IS 188 (73.83% from 255) = 30.08%

 BLUE value IS 252 (98.83% from 255) = 40.32%

R = 29.6%
G = 30.08%
B = 40.32%

CMYK

 C value IS 0.27

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B9BCFC (or 0xB9BCFC) is known color: Lavender Blue. HEX triplet: B9, BC and FC. RGB value is (185,188,252). Sum of RGB (Red+Green+Blue) = 185+188+252=625 (82% of max value = 765). Red value is 185 (72.66% from 255 or 29.6% from 625); Green value is 188 (73.83% from 255 or 30.08% from 625); Blue value is 252 (98.83% from 255 or 40.32% from 625); Max value from RGB is 252 - color contains mainly: blue. Hex color #B9BCFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9BCFC is #464303. Grayscale: #C2C2C2. Windows color (decimal): -4604676 or 16563385. OLE color: 16563385.

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

Color convert

RGB 185 188 252 -
CMYK 0.27 0.25 0 0.01
HSL 237.31º 0.92% 0.86% -
HSV(B) 237.31º 0.27% 0.99% -
XYZ 55.56 53.31 99.46 -
YUV 194.4 160.51 121.3 -
System Red Green Blue C M Y K H S L
Decimal 185 188 252 0.27 0.25 0 0.01 237.31 0.92 0.86
Hex B9 BC FC 1B 19 0 1 ED 5C 56
Octal 271 274 374 33 31 0 1 355 134 126
Binary 10111001 10111100 11111100 11011 11001 0 1 11101101 1011100 1010110

Color Harmonies of #B9BCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BCFC

Black with #B9BCFC

Text Example


Text Example

White with #B9BCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BCFC; }

 p { color: rgb(185,188,252); }

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

background-color css

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

 a { background-color: rgb(185,188,252); }

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

border-color css

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

 span { border-color: rgb(185,188,252); }

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