Html Css Color HEX #BCDAE3 Light Blue

📋 copy color: '#BCDAE3'

red 188 ◦ green 218 ◦ blue 227

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

Shades of Light Blue #BCDAE3

Tints of Light Blue #BCDAE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 35.86%

R = 29.7%
G = 34.44%
B = 35.86%

CMYK

 C value IS 0.17

 M value IS 0.04

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BCDAE3 (or 0xBCDAE3) is known color: Light Blue. HEX triplet: BC, DA and E3. RGB value is (188,218,227). Sum of RGB (Red+Green+Blue) = 188+218+227=633 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.70% from 633); Green value is 218 (85.55% from 255 or 34.44% from 633); Blue value is 227 (89.06% from 255 or 35.86% from 633); Max value from RGB is 227 - color contains mainly: blue. Hex color #BCDAE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDAE3 is #43251C. Grayscale: #D1D1D1. Windows color (decimal): -4400413 or 14932668. OLE color: 14932668.

HSL color Cylindrical-coordinate representation of color #BCDAE3: hue angle of 193.85º degrees, saturation: 0.41, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BCDAE3 is Cyan = 0.17, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 188 218 227 -
CMYK 0.17 0.04 0 0.11
HSL 193.85º 0.41% 0.81% -
HSV(B) 193.85º 0.17% 0.89% -
XYZ 59.68 66.38 82.34 -
YUV 210.06 137.56 112.27 -
System Red Green Blue C M Y K H S L
Decimal 188 218 227 0.17 0.04 0 0.11 193.85 0.41 0.81
Hex BC DA E3 11 4 0 B C2 29 51
Octal 274 332 343 21 4 0 13 302 51 121
Binary 10111100 11011010 11100011 10001 100 0 1011 11000010 101001 1010001

Color Harmonies of #BCDAE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDAE3

Black with #BCDAE3

Text Example


Text Example

White with #BCDAE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDAE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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