Html Css Color HEX #BCC0FC Lavender Blue

📋 copy color: '#BCC0FC'

red 188 ◦ green 192 ◦ blue 252

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

Shades of Lavender Blue #BCC0FC

Tints of Lavender Blue #BCC0FC

RGB

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

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

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

R = 29.75%
G = 30.38%
B = 39.87%

CMYK

 C value IS 0.25

 M value IS 0.24

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BCC0FC (or 0xBCC0FC) is known color: Lavender Blue. HEX triplet: BC, C0 and FC. RGB value is (188,192,252). Sum of RGB (Red+Green+Blue) = 188+192+252=632 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.75% from 632); Green value is 192 (75.39% from 255 or 30.38% from 632); Blue value is 252 (98.83% from 255 or 39.87% from 632); Max value from RGB is 252 - color contains mainly: blue. Hex color #BCC0FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC0FC is #433F03. Grayscale: #C5C5C5. Windows color (decimal): -4407044 or 16564412. OLE color: 16564412.

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

Color convert

RGB 188 192 252 -
CMYK 0.25 0.24 0 0.01
HSL 236.25º 0.91% 0.86% -
HSV(B) 236.25º 0.25% 0.99% -
XYZ 57.16 55.42 99.78 -
YUV 197.64 158.67 121.12 -
System Red Green Blue C M Y K H S L
Decimal 188 192 252 0.25 0.24 0 0.01 236.25 0.91 0.86
Hex BC C0 FC 19 18 0 1 EC 5B 56
Octal 274 300 374 31 30 0 1 354 133 126
Binary 10111100 11000000 11111100 11001 11000 0 1 11101100 1011011 1010110

Color Harmonies of #BCC0FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC0FC

Black with #BCC0FC

Text Example


Text Example

White with #BCC0FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC0FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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