Html Css Color HEX #BCC9FC Lavender Blue

📋 copy color: '#BCC9FC'

red 188 ◦ green 201 ◦ blue 252

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

Shades of Lavender Blue #BCC9FC

Tints of Lavender Blue #BCC9FC

RGB

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

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

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

R = 29.33%
G = 31.36%
B = 39.31%

CMYK

 C value IS 0.25

 M value IS 0.20

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BCC9FC (or 0xBCC9FC) is known color: Lavender Blue. HEX triplet: BC, C9 and FC. RGB value is (188,201,252). Sum of RGB (Red+Green+Blue) = 188+201+252=641 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.33% from 641); Green value is 201 (78.91% from 255 or 31.36% from 641); Blue value is 252 (98.83% from 255 or 39.31% from 641); Max value from RGB is 252 - color contains mainly: blue. Hex color #BCC9FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC9FC is #433603. Grayscale: #CACACA. Windows color (decimal): -4404740 or 16566716. OLE color: 16566716.

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

Color convert

RGB 188 201 252 -
CMYK 0.25 0.20 0 0.01
HSL 227.81º 0.91% 0.86% -
HSV(B) 227.81º 0.25% 0.99% -
XYZ 59.2 59.49 100.46 -
YUV 202.93 155.69 117.35 -
System Red Green Blue C M Y K H S L
Decimal 188 201 252 0.25 0.20 0 0.01 227.81 0.91 0.86
Hex BC C9 FC 19 14 0 1 E4 5B 56
Octal 274 311 374 31 24 0 1 344 133 126
Binary 10111100 11001001 11111100 11001 10100 0 1 11100100 1011011 1010110

Color Harmonies of #BCC9FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC9FC

Black with #BCC9FC

Text Example


Text Example

White with #BCC9FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC9FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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