Html Css Color HEX #BBC0FC Lavender Blue

📋 copy color: '#BBC0FC'

red 187 ◦ green 192 ◦ blue 252

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

Shades of Lavender Blue #BBC0FC

Tints of Lavender Blue #BBC0FC

RGB

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

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

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

R = 29.64%
G = 30.43%
B = 39.94%

CMYK

 C value IS 0.26

 M value IS 0.24

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BBC0FC (or 0xBBC0FC) is known color: Lavender Blue. HEX triplet: BB, C0 and FC. RGB value is (187,192,252). Sum of RGB (Red+Green+Blue) = 187+192+252=631 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.64% from 631); Green value is 192 (75.39% from 255 or 30.43% from 631); Blue value is 252 (98.83% from 255 or 39.94% from 631); Max value from RGB is 252 - color contains mainly: blue. Hex color #BBC0FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC0FC is #443F03. Grayscale: #C5C5C5. Windows color (decimal): -4472580 or 16564411. OLE color: 16564411.

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

Color convert

RGB 187 192 252 -
CMYK 0.26 0.24 0 0.01
HSL 235.38º 0.92% 0.86% -
HSV(B) 235.38º 0.26% 0.99% -
XYZ 56.91 55.29 99.77 -
YUV 197.35 158.84 120.62 -
System Red Green Blue C M Y K H S L
Decimal 187 192 252 0.26 0.24 0 0.01 235.38 0.92 0.86
Hex BB C0 FC 1A 18 0 1 EB 5C 56
Octal 273 300 374 32 30 0 1 353 134 126
Binary 10111011 11000000 11111100 11010 11000 0 1 11101011 1011100 1010110

Color Harmonies of #BBC0FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC0FC

Black with #BBC0FC

Text Example


Text Example

White with #BBC0FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC0FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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