Html Css Color HEX #BDDAE1 Powder Blue

📋 copy color: '#BDDAE1'

red 189 ◦ green 218 ◦ blue 225

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

Shades of Powder Blue #BDDAE1

Tints of Powder Blue #BDDAE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 35.6%

R = 29.91%
G = 34.49%
B = 35.6%

CMYK

 C value IS 0.16

 M value IS 0.03

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BDDAE1 (or 0xBDDAE1) is known color: Powder Blue. HEX triplet: BD, DA and E1. RGB value is (189,218,225). Sum of RGB (Red+Green+Blue) = 189+218+225=632 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.91% from 632); Green value is 218 (85.55% from 255 or 34.49% from 632); Blue value is 225 (88.28% from 255 or 35.60% from 632); Max value from RGB is 225 - color contains mainly: blue. Hex color #BDDAE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDAE1 is #42251E. Grayscale: #D2D2D2. Windows color (decimal): -4334879 or 14801597. OLE color: 14801597.

HSL color Cylindrical-coordinate representation of color #BDDAE1: hue angle of 191.67º degrees, saturation: 0.38, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BDDAE1 is Cyan = 0.16, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 189 218 225 -
CMYK 0.16 0.03 0 0.12
HSL 191.67º 0.38% 0.81% -
HSV(B) 191.67º 0.16% 0.88% -
XYZ 59.65 66.4 80.91 -
YUV 210.13 136.39 112.93 -
System Red Green Blue C M Y K H S L
Decimal 189 218 225 0.16 0.03 0 0.12 191.67 0.38 0.81
Hex BD DA E1 10 3 0 C C0 26 51
Octal 275 332 341 20 3 0 14 300 46 121
Binary 10111101 11011010 11100001 10000 11 0 1100 11000000 100110 1010001

Color Harmonies of #BDDAE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDAE1

Black with #BDDAE1

Text Example


Text Example

White with #BDDAE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDAE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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