Html Css Color HEX #BCC4FE Lavender Blue

📋 copy color: '#BCC4FE'

red 188 ◦ green 196 ◦ blue 254

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

Shades of Lavender Blue #BCC4FE

Tints of Lavender Blue #BCC4FE

RGB

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

 GREEN value IS 196 (76.95% from 255) = 30.72%

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

R = 29.47%
G = 30.72%
B = 39.81%

CMYK

 C value IS 0.26

 M value IS 0.23

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BCC4FE (or 0xBCC4FE) is known color: Lavender Blue. HEX triplet: BC, C4 and FE. RGB value is (188,196,254). Sum of RGB (Red+Green+Blue) = 188+196+254=638 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.47% from 638); Green value is 196 (76.95% from 255 or 30.72% from 638); Blue value is 254 (99.61% from 255 or 39.81% from 638); Max value from RGB is 254 - color contains mainly: blue. Hex color #BCC4FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC4FE is #433B01. Grayscale: #C7C7C7. Windows color (decimal): -4406018 or 16696508. OLE color: 16696508.

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

Color convert

RGB 188 196 254 -
CMYK 0.26 0.23 0 0.00
HSL 232.73º 0.97% 0.87% -
HSV(B) 232.73º 0.26% 1% -
XYZ 58.37 57.33 101.75 -
YUV 200.22 158.35 119.28 -
System Red Green Blue C M Y K H S L
Decimal 188 196 254 0.26 0.23 0 0.00 232.73 0.97 0.87
Hex BC C4 FE 1A 17 0 0 E9 61 57
Octal 274 304 376 32 27 0 0 351 141 127
Binary 10111100 11000100 11111110 11010 10111 0 0 11101001 1100001 1010111

Color Harmonies of #BCC4FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC4FE

Black with #BCC4FE

Text Example


Text Example

White with #BCC4FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC4FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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