Html Css Color HEX #BCDBEE Light Blue

📋 copy color: '#BCDBEE'

red 188 ◦ green 219 ◦ blue 238

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

Shades of Light Blue #BCDBEE

Tints of Light Blue #BCDBEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 36.9%

R = 29.15%
G = 33.95%
B = 36.9%

CMYK

 C value IS 0.21

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BCDBEE (or 0xBCDBEE) is known color: Light Blue. HEX triplet: BC, DB and EE. RGB value is (188,219,238). Sum of RGB (Red+Green+Blue) = 188+219+238=645 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.15% from 645); Green value is 219 (85.94% from 255 or 33.95% from 645); Blue value is 238 (93.36% from 255 or 36.90% from 645); Max value from RGB is 238 - color contains mainly: blue. Hex color #BCDBEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCDBEE is #432411. Grayscale: #D3D3D3. Windows color (decimal): -4400146 or 15653820. OLE color: 15653820.

HSL color Cylindrical-coordinate representation of color #BCDBEE: hue angle of 202.8º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCDBEE is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 219 238 -
CMYK 0.21 0.08 0 0.07
HSL 202.8º 0.6% 0.84% -
HSV(B) 202.8º 0.21% 0.93% -
XYZ 61.5 67.53 90.68 -
YUV 211.9 142.73 110.96 -
System Red Green Blue C M Y K H S L
Decimal 188 219 238 0.21 0.08 0 0.07 202.8 0.6 0.84
Hex BC DB EE 15 8 0 7 CB 3C 54
Octal 274 333 356 25 10 0 7 313 74 124
Binary 10111100 11011011 11101110 10101 1000 0 111 11001011 111100 1010100

Color Harmonies of #BCDBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDBEE

Black with #BCDBEE

Text Example


Text Example

White with #BCDBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDBEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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