Html Css Color HEX #BBC8FC Lavender Blue

📋 copy color: '#BBC8FC'

red 187 ◦ green 200 ◦ blue 252

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

Shades of Lavender Blue #BBC8FC

Tints of Lavender Blue #BBC8FC

RGB

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

 GREEN value IS 200 (78.52% from 255) = 31.3%

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

R = 29.26%
G = 31.3%
B = 39.44%

CMYK

 C value IS 0.26

 M value IS 0.21

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BBC8FC (or 0xBBC8FC) is known color: Lavender Blue. HEX triplet: BB, C8 and FC. RGB value is (187,200,252). Sum of RGB (Red+Green+Blue) = 187+200+252=639 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.26% from 639); Green value is 200 (78.52% from 255 or 31.30% from 639); Blue value is 252 (98.83% from 255 or 39.44% from 639); Max value from RGB is 252 - color contains mainly: blue. Hex color #BBC8FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC8FC is #443703. Grayscale: #C9C9C9. Windows color (decimal): -4470532 or 16566459. OLE color: 16566459.

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

Color convert

RGB 187 200 252 -
CMYK 0.26 0.21 0 0.01
HSL 228º 0.92% 0.86% -
HSV(B) 228º 0.26% 0.99% -
XYZ 58.72 58.9 100.37 -
YUV 202.04 156.19 117.27 -
System Red Green Blue C M Y K H S L
Decimal 187 200 252 0.26 0.21 0 0.01 228 0.92 0.86
Hex BB C8 FC 1A 15 0 1 E4 5C 56
Octal 273 310 374 32 25 0 1 344 134 126
Binary 10111011 11001000 11111100 11010 10101 0 1 11100100 1011100 1010110

Color Harmonies of #BBC8FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC8FC

Black with #BBC8FC

Text Example


Text Example

White with #BBC8FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC8FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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