Html Css Color HEX #BCDAEA Light Blue

📋 copy color: '#BCDAEA'

red 188 ◦ green 218 ◦ blue 234

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

Shades of Light Blue #BCDAEA

Tints of Light Blue #BCDAEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 36.56%

R = 29.38%
G = 34.06%
B = 36.56%

CMYK

 C value IS 0.20

 M value IS 0.07

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BCDAEA (or 0xBCDAEA) is known color: Light Blue. HEX triplet: BC, DA and EA. RGB value is (188,218,234). Sum of RGB (Red+Green+Blue) = 188+218+234=640 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.38% from 640); Green value is 218 (85.55% from 255 or 34.06% from 640); Blue value is 234 (91.80% from 255 or 36.56% from 640); Max value from RGB is 234 - color contains mainly: blue. Hex color #BCDAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCDAEA is #432515. Grayscale: #D2D2D2. Windows color (decimal): -4400406 or 15391420. OLE color: 15391420.

HSL color Cylindrical-coordinate representation of color #BCDAEA: hue angle of 200.87º degrees, saturation: 0.52, 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 #BCDAEA is Cyan = 0.20, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 188 218 234 -
CMYK 0.20 0.07 0 0.08
HSL 200.87º 0.52% 0.83% -
HSV(B) 200.87º 0.2% 0.92% -
XYZ 60.66 66.77 87.53 -
YUV 210.85 141.06 111.7 -
System Red Green Blue C M Y K H S L
Decimal 188 218 234 0.20 0.07 0 0.08 200.87 0.52 0.83
Hex BC DA EA 14 7 0 8 C9 34 53
Octal 274 332 352 24 7 0 10 311 64 123
Binary 10111100 11011010 11101010 10100 111 0 1000 11001001 110100 1010011

Color Harmonies of #BCDAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDAEA

Black with #BCDAEA

Text Example


Text Example

White with #BCDAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDAEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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