Html Css Color HEX #BCC8FF Lavender Blue

📋 copy color: '#BCC8FF'

red 188 ◦ green 200 ◦ blue 255

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

Shades of Lavender Blue #BCC8FF

Tints of Lavender Blue #BCC8FF

RGB

 RED value IS 188 (73.83% from 255) = 29.24%

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

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

R = 29.24%
G = 31.1%
B = 39.66%

CMYK

 C value IS 0.26

 M value IS 0.22

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BCC8FF (or 0xBCC8FF) is known color: Lavender Blue. HEX triplet: BC, C8 and FF. RGB value is (188,200,255). Sum of RGB (Red+Green+Blue) = 188+200+255=643 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.24% from 643); Green value is 200 (78.52% from 255 or 31.10% from 643); Blue value is 255 (100% from 255 or 39.66% from 643); Max value from RGB is 255 - color contains mainly: blue. Hex color #BCC8FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC8FF is #433700. Grayscale: #CACACA. Windows color (decimal): -4404993 or 16763068. OLE color: 16763068.

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

Color convert

RGB 188 200 255 -
CMYK 0.26 0.22 0 0
HSL 229.25º 1% 0.87% -
HSV(B) 229.25º 0.26% 1% -
XYZ 59.44 59.22 102.91 -
YUV 202.68 157.52 117.53 -
System Red Green Blue C M Y K H S L
Decimal 188 200 255 0.26 0.22 0 0 229.25 1 0.87
Hex BC C8 FF 1A 16 0 0 E5 64 57
Octal 274 310 377 32 26 0 0 345 144 127
Binary 10111100 11001000 11111111 11010 10110 0 0 11100101 1100100 1010111

Color Harmonies of #BCC8FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC8FF

Black with #BCC8FF

Text Example


Text Example

White with #BCC8FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC8FF; }

 p { color: rgb(188,200,255); }

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

background-color css

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

 a { background-color: rgb(188,200,255); }

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

border-color css

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

 span { border-color: rgb(188,200,255); }

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