Html Css Color HEX #BCCBFF Lavender Blue

📋 copy color: '#BCCBFF'

red 188 ◦ green 203 ◦ blue 255

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

Shades of Lavender Blue #BCCBFF

Tints of Lavender Blue #BCCBFF

RGB

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

 GREEN value IS 203 (79.69% from 255) = 31.42%

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

R = 29.1%
G = 31.42%
B = 39.47%

CMYK

 C value IS 0.26

 M value IS 0.20

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BCCBFF (or 0xBCCBFF) is known color: Lavender Blue. HEX triplet: BC, CB and FF. RGB value is (188,203,255). Sum of RGB (Red+Green+Blue) = 188+203+255=646 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.10% from 646); Green value is 203 (79.69% from 255 or 31.42% from 646); Blue value is 255 (100% from 255 or 39.47% from 646); Max value from RGB is 255 - color contains mainly: blue. Hex color #BCCBFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCCBFF is #433400. Grayscale: #CCCCCC. Windows color (decimal): -4404225 or 16763836. OLE color: 16763836.

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

Color convert

RGB 188 203 255 -
CMYK 0.26 0.20 0 0
HSL 226.57º 1% 0.87% -
HSV(B) 226.57º 0.26% 1% -
XYZ 60.14 60.62 103.14 -
YUV 204.44 156.53 116.27 -
System Red Green Blue C M Y K H S L
Decimal 188 203 255 0.26 0.20 0 0 226.57 1 0.87
Hex BC CB FF 1A 14 0 0 E3 64 57
Octal 274 313 377 32 24 0 0 343 144 127
Binary 10111100 11001011 11111111 11010 10100 0 0 11100011 1100100 1010111

Color Harmonies of #BCCBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCBFF

Black with #BCCBFF

Text Example


Text Example

White with #BCCBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCBFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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