Html Css Color HEX #BDDAE3 Light Blue

📋 copy color: '#BDDAE3'

red 189 ◦ green 218 ◦ blue 227

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

Shades of Light Blue #BDDAE3

Tints of Light Blue #BDDAE3

RGB

 RED value IS 189 (74.22% from 255) = 29.81%

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

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

R = 29.81%
G = 34.38%
B = 35.8%

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

#BDDAE3 (or 0xBDDAE3) is known color: Light Blue. HEX triplet: BD, DA and E3. RGB value is (189,218,227). Sum of RGB (Red+Green+Blue) = 189+218+227=634 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.81% from 634); Green value is 218 (85.55% from 255 or 34.38% from 634); Blue value is 227 (89.06% from 255 or 35.80% from 634); Max value from RGB is 227 - color contains mainly: blue. Hex color #BDDAE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDAE3 is #42251C. Grayscale: #D2D2D2. Windows color (decimal): -4334877 or 14932669. OLE color: 14932669.

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

Color convert

RGB 189 218 227 -
CMYK 0.17 0.04 0 0.11
HSL 194.21º 0.4% 0.82% -
HSV(B) 194.21º 0.17% 0.89% -
XYZ 59.92 66.51 82.35 -
YUV 210.36 137.39 112.77 -
System Red Green Blue C M Y K H S L
Decimal 189 218 227 0.17 0.04 0 0.11 194.21 0.4 0.82
Hex BD DA E3 11 4 0 B C2 28 52
Octal 275 332 343 21 4 0 13 302 50 122
Binary 10111101 11011010 11100011 10001 100 0 1011 11000010 101000 1010010

Color Harmonies of #BDDAE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDAE3

Black with #BDDAE3

Text Example


Text Example

White with #BDDAE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDAE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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