Html Css Color HEX #BCCCFF Lavender Blue

📋 copy color: '#BCCCFF'

red 188 ◦ green 204 ◦ blue 255

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

Shades of Lavender Blue #BCCCFF

Tints of Lavender Blue #BCCCFF

RGB

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

 GREEN value IS 204 (80.08% from 255) = 31.53%

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

R = 29.06%
G = 31.53%
B = 39.41%

CMYK

 C value IS 0.26

 M value IS 0.2

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BCCCFF (or 0xBCCCFF) is known color: Lavender Blue. HEX triplet: BC, CC and FF. RGB value is (188,204,255). Sum of RGB (Red+Green+Blue) = 188+204+255=647 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.06% from 647); Green value is 204 (80.08% from 255 or 31.53% from 647); Blue value is 255 (100% from 255 or 39.41% from 647); Max value from RGB is 255 - color contains mainly: blue. Hex color #BCCCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCCCFF is #433300. Grayscale: #CCCCCC. Windows color (decimal): -4403969 or 16764092. OLE color: 16764092.

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

Color convert

RGB 188 204 255 -
CMYK 0.26 0.2 0 0
HSL 225.67º 1% 0.87% -
HSV(B) 225.67º 0.26% 1% -
XYZ 60.38 61.1 103.22 -
YUV 205.03 156.2 115.85 -
System Red Green Blue C M Y K H S L
Decimal 188 204 255 0.26 0.2 0 0 225.67 1 0.87
Hex BC CC FF 1A 14 0 0 E2 64 57
Octal 274 314 377 32 24 0 0 342 144 127
Binary 10111100 11001100 11111111 11010 10100 0 0 11100010 1100100 1010111

Color Harmonies of #BCCCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCCFF

Black with #BCCCFF

Text Example


Text Example

White with #BCCCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCCFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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