Html Css Color HEX #BCDBEC Light Blue

📋 copy color: '#BCDBEC'

red 188 ◦ green 219 ◦ blue 236

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

Shades of Light Blue #BCDBEC

Tints of Light Blue #BCDBEC

RGB

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

 GREEN value IS 219 (85.94% from 255) = 34.06%

 BLUE value IS 236 (92.58% from 255) = 36.7%

R = 29.24%
G = 34.06%
B = 36.7%

CMYK

 C value IS 0.20

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BCDBEC (or 0xBCDBEC) is known color: Light Blue. HEX triplet: BC, DB and EC. RGB value is (188,219,236). Sum of RGB (Red+Green+Blue) = 188+219+236=643 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.24% from 643); Green value is 219 (85.94% from 255 or 34.06% from 643); Blue value is 236 (92.58% from 255 or 36.70% from 643); Max value from RGB is 236 - color contains mainly: blue. Hex color #BCDBEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCDBEC is #432413. Grayscale: #D3D3D3. Windows color (decimal): -4400148 or 15522748. OLE color: 15522748.

HSL color Cylindrical-coordinate representation of color #BCDBEC: hue angle of 201.25º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCDBEC is Cyan = 0.20, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 219 236 -
CMYK 0.20 0.07 0 0.07
HSL 201.25º 0.56% 0.83% -
HSV(B) 201.25º 0.2% 0.93% -
XYZ 61.21 67.41 89.14 -
YUV 211.67 141.73 111.12 -
System Red Green Blue C M Y K H S L
Decimal 188 219 236 0.20 0.07 0 0.07 201.25 0.56 0.83
Hex BC DB EC 14 7 0 7 C9 38 53
Octal 274 333 354 24 7 0 7 311 70 123
Binary 10111100 11011011 11101100 10100 111 0 111 11001001 111000 1010011

Color Harmonies of #BCDBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDBEC

Black with #BCDBEC

Text Example


Text Example

White with #BCDBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDBEC; }

 p { color: rgb(188,219,236); }

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

background-color css

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

 a { background-color: rgb(188,219,236); }

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

border-color css

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

 span { border-color: rgb(188,219,236); }

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