Html Css Color HEX #BBC0FF Lavender Blue

📋 copy color: '#BBC0FF'

red 187 ◦ green 192 ◦ blue 255

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

Shades of Lavender Blue #BBC0FF

Tints of Lavender Blue #BBC0FF

RGB

 RED value IS 187 (73.44% from 255) = 29.5%

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

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

R = 29.5%
G = 30.28%
B = 40.22%

CMYK

 C value IS 0.27

 M value IS 0.25

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BBC0FF (or 0xBBC0FF) is known color: Lavender Blue. HEX triplet: BB, C0 and FF. RGB value is (187,192,255). Sum of RGB (Red+Green+Blue) = 187+192+255=634 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.50% from 634); Green value is 192 (75.39% from 255 or 30.28% 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 #BBC0FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC0FF is #443F00. Grayscale: #C5C5C5. Windows color (decimal): -4472577 or 16761019. OLE color: 16761019.

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

Color convert

RGB 187 192 255 -
CMYK 0.27 0.25 0 0
HSL 235.59º 1% 0.87% -
HSV(B) 235.59º 0.27% 1% -
XYZ 57.39 55.48 102.29 -
YUV 197.69 160.34 120.38 -
System Red Green Blue C M Y K H S L
Decimal 187 192 255 0.27 0.25 0 0 235.59 1 0.87
Hex BB C0 FF 1B 19 0 0 EC 64 57
Octal 273 300 377 33 31 0 0 354 144 127
Binary 10111011 11000000 11111111 11011 11001 0 0 11101100 1100100 1010111

Color Harmonies of #BBC0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC0FF

Black with #BBC0FF

Text Example


Text Example

White with #BBC0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC0FF; }

 p { color: rgb(187,192,255); }

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

background-color css

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

 a { background-color: rgb(187,192,255); }

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

border-color css

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

 span { border-color: rgb(187,192,255); }

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