Html Css Color HEX #BCDAEB Light Blue

📋 copy color: '#BCDAEB'

red 188 ◦ green 218 ◦ blue 235

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

Shades of Light Blue #BCDAEB

Tints of Light Blue #BCDAEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 36.66%

R = 29.33%
G = 34.01%
B = 36.66%

CMYK

 C value IS 0.2

 M value IS 0.07

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BCDAEB (or 0xBCDAEB) is known color: Light Blue. HEX triplet: BC, DA and EB. RGB value is (188,218,235). Sum of RGB (Red+Green+Blue) = 188+218+235=641 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.33% from 641); Green value is 218 (85.55% from 255 or 34.01% from 641); Blue value is 235 (92.19% from 255 or 36.66% from 641); Max value from RGB is 235 - color contains mainly: blue. Hex color #BCDAEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCDAEB is #432514. Grayscale: #D2D2D2. Windows color (decimal): -4400405 or 15456956. OLE color: 15456956.

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

Color convert

RGB 188 218 235 -
CMYK 0.2 0.07 0 0.08
HSL 201.7º 0.54% 0.83% -
HSV(B) 201.7º 0.2% 0.92% -
XYZ 60.81 66.83 88.29 -
YUV 210.97 141.56 111.62 -
System Red Green Blue C M Y K H S L
Decimal 188 218 235 0.2 0.07 0 0.08 201.7 0.54 0.83
Hex BC DA EB 14 7 0 8 CA 36 53
Octal 274 332 353 24 7 0 10 312 66 123
Binary 10111100 11011010 11101011 10100 111 0 1000 11001010 110110 1010011

Color Harmonies of #BCDAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDAEB

Black with #BCDAEB

Text Example


Text Example

White with #BCDAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDAEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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