Html Css Color HEX #B9C0FC Lavender Blue

📋 copy color: '#B9C0FC'

red 185 ◦ green 192 ◦ blue 252

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

Shades of Lavender Blue #B9C0FC

Tints of Lavender Blue #B9C0FC

RGB

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

 GREEN value IS 192 (75.39% from 255) = 30.52%

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

R = 29.41%
G = 30.52%
B = 40.06%

CMYK

 C value IS 0.27

 M value IS 0.24

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B9C0FC (or 0xB9C0FC) is known color: Lavender Blue. HEX triplet: B9, C0 and FC. RGB value is (185,192,252). Sum of RGB (Red+Green+Blue) = 185+192+252=629 (83% of max value = 765). Red value is 185 (72.66% from 255 or 29.41% from 629); Green value is 192 (75.39% from 255 or 30.52% from 629); Blue value is 252 (98.83% from 255 or 40.06% from 629); Max value from RGB is 252 - color contains mainly: blue. Hex color #B9C0FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9C0FC is #463F03. Grayscale: #C4C4C4. Windows color (decimal): -4603652 or 16564409. OLE color: 16564409.

HSL color Cylindrical-coordinate representation of color #B9C0FC: hue angle of 233.73º 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 #B9C0FC is Cyan = 0.27, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 185 192 252 -
CMYK 0.27 0.24 0 0.01
HSL 233.73º 0.92% 0.86% -
HSV(B) 233.73º 0.27% 0.99% -
XYZ 56.43 55.04 99.75 -
YUV 196.75 159.18 119.62 -
System Red Green Blue C M Y K H S L
Decimal 185 192 252 0.27 0.24 0 0.01 233.73 0.92 0.86
Hex B9 C0 FC 1B 18 0 1 EA 5C 56
Octal 271 300 374 33 30 0 1 352 134 126
Binary 10111001 11000000 11111100 11011 11000 0 1 11101010 1011100 1010110

Color Harmonies of #B9C0FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C0FC

Black with #B9C0FC

Text Example


Text Example

White with #B9C0FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C0FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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