Html Css Color HEX #BDDAE7 Light Blue

📋 copy color: '#BDDAE7'

red 189 ◦ green 218 ◦ blue 231

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

Shades of Light Blue #BDDAE7

Tints of Light Blue #BDDAE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 36.21%

R = 29.62%
G = 34.17%
B = 36.21%

CMYK

 C value IS 0.18

 M value IS 0.06

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BDDAE7 (or 0xBDDAE7) is known color: Light Blue. HEX triplet: BD, DA and E7. RGB value is (189,218,231). Sum of RGB (Red+Green+Blue) = 189+218+231=638 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.62% from 638); Green value is 218 (85.55% from 255 or 34.17% from 638); Blue value is 231 (90.62% from 255 or 36.21% from 638); Max value from RGB is 231 - color contains mainly: blue. Hex color #BDDAE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDDAE7 is #422518. Grayscale: #D2D2D2. Windows color (decimal): -4334873 or 15194813. OLE color: 15194813.

HSL color Cylindrical-coordinate representation of color #BDDAE7: hue angle of 198.57º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BDDAE7 is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 189 218 231 -
CMYK 0.18 0.06 0 0.09
HSL 198.57º 0.47% 0.82% -
HSV(B) 198.57º 0.18% 0.91% -
XYZ 60.48 66.73 85.29 -
YUV 210.81 139.39 112.44 -
System Red Green Blue C M Y K H S L
Decimal 189 218 231 0.18 0.06 0 0.09 198.57 0.47 0.82
Hex BD DA E7 12 6 0 9 C7 2F 52
Octal 275 332 347 22 6 0 11 307 57 122
Binary 10111101 11011010 11100111 10010 110 0 1001 11000111 101111 1010010

Color Harmonies of #BDDAE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDAE7

Black with #BDDAE7

Text Example


Text Example

White with #BDDAE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDAE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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