Html Css Color HEX #BCDAED Light Blue

📋 copy color: '#BCDAED'

red 188 ◦ green 218 ◦ blue 237

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

Shades of Light Blue #BCDAED

Tints of Light Blue #BCDAED

RGB

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

 GREEN value IS 218 (85.55% from 255) = 33.9%

 BLUE value IS 237 (92.97% from 255) = 36.86%

R = 29.24%
G = 33.9%
B = 36.86%

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

#BCDAED (or 0xBCDAED) is known color: Light Blue. HEX triplet: BC, DA and ED. RGB value is (188,218,237). Sum of RGB (Red+Green+Blue) = 188+218+237=643 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.24% from 643); Green value is 218 (85.55% from 255 or 33.90% from 643); Blue value is 237 (92.97% from 255 or 36.86% from 643); Max value from RGB is 237 - color contains mainly: blue. Hex color #BCDAED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCDAED is #432512. Grayscale: #D3D3D3. Windows color (decimal): -4400403 or 15588028. OLE color: 15588028.

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

Color convert

RGB 188 218 237 -
CMYK 0.21 0.08 0 0.07
HSL 203.27º 0.58% 0.83% -
HSV(B) 203.27º 0.21% 0.93% -
XYZ 61.1 66.95 89.82 -
YUV 211.2 142.56 111.46 -
System Red Green Blue C M Y K H S L
Decimal 188 218 237 0.21 0.08 0 0.07 203.27 0.58 0.83
Hex BC DA ED 15 8 0 7 CB 3A 53
Octal 274 332 355 25 10 0 7 313 72 123
Binary 10111100 11011010 11101101 10101 1000 0 111 11001011 111010 1010011

Color Harmonies of #BCDAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDAED

Black with #BCDAED

Text Example


Text Example

White with #BCDAED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDAED; }

 p { color: rgb(188,218,237); }

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

background-color css

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

 a { background-color: rgb(188,218,237); }

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

border-color css

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

 span { border-color: rgb(188,218,237); }

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