Html Css Color HEX #BCC9FE Lavender Blue

📋 copy color: '#BCC9FE'

red 188 ◦ green 201 ◦ blue 254

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

Shades of Lavender Blue #BCC9FE

Tints of Lavender Blue #BCC9FE

RGB

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

 GREEN value IS 201 (78.91% from 255) = 31.26%

 BLUE value IS 254 (99.61% from 255) = 39.5%

R = 29.24%
G = 31.26%
B = 39.5%

CMYK

 C value IS 0.26

 M value IS 0.21

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BCC9FE (or 0xBCC9FE) is known color: Lavender Blue. HEX triplet: BC, C9 and FE. RGB value is (188,201,254). Sum of RGB (Red+Green+Blue) = 188+201+254=643 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.24% from 643); Green value is 201 (78.91% from 255 or 31.26% from 643); Blue value is 254 (99.61% from 255 or 39.50% from 643); Max value from RGB is 254 - color contains mainly: blue. Hex color #BCC9FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC9FE is #433601. Grayscale: #CACACA. Windows color (decimal): -4404738 or 16697788. OLE color: 16697788.

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

Color convert

RGB 188 201 254 -
CMYK 0.26 0.21 0 0.00
HSL 228.18º 0.97% 0.87% -
HSV(B) 228.18º 0.26% 1% -
XYZ 59.52 59.62 102.14 -
YUV 203.16 156.69 117.19 -
System Red Green Blue C M Y K H S L
Decimal 188 201 254 0.26 0.21 0 0.00 228.18 0.97 0.87
Hex BC C9 FE 1A 15 0 0 E4 61 57
Octal 274 311 376 32 25 0 0 344 141 127
Binary 10111100 11001001 11111110 11010 10101 0 0 11100100 1100001 1010111

Color Harmonies of #BCC9FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC9FE

Black with #BCC9FE

Text Example


Text Example

White with #BCC9FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC9FE; }

 p { color: rgb(188,201,254); }

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

background-color css

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

 a { background-color: rgb(188,201,254); }

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

border-color css

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

 span { border-color: rgb(188,201,254); }

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