Html Css Color HEX #BDDADE Powder Blue

📋 copy color: '#BDDADE'

red 189 ◦ green 218 ◦ blue 222

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

Shades of Powder Blue #BDDADE

Tints of Powder Blue #BDDADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 35.29%

R = 30.05%
G = 34.66%
B = 35.29%

CMYK

 C value IS 0.15

 M value IS 0.02

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BDDADE (or 0xBDDADE) is known color: Powder Blue. HEX triplet: BD, DA and DE. RGB value is (189,218,222). Sum of RGB (Red+Green+Blue) = 189+218+222=629 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.05% from 629); Green value is 218 (85.55% from 255 or 34.66% from 629); Blue value is 222 (87.11% from 255 or 35.29% from 629); Max value from RGB is 222 - color contains mainly: blue. Hex color #BDDADE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDADE is #422521. Grayscale: #D1D1D1. Windows color (decimal): -4334882 or 14604989. OLE color: 14604989.

HSL color Cylindrical-coordinate representation of color #BDDADE: hue angle of 187.27º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BDDADE is Cyan = 0.15, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 218 222 -
CMYK 0.15 0.02 0 0.13
HSL 187.27º 0.33% 0.81% -
HSV(B) 187.27º 0.15% 0.87% -
XYZ 59.24 66.24 78.77 -
YUV 209.79 134.89 113.17 -
System Red Green Blue C M Y K H S L
Decimal 189 218 222 0.15 0.02 0 0.13 187.27 0.33 0.81
Hex BD DA DE F 2 0 D BB 21 51
Octal 275 332 336 17 2 0 15 273 41 121
Binary 10111101 11011010 11011110 1111 10 0 1101 10111011 100001 1010001

Color Harmonies of #BDDADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDADE

Black with #BDDADE

Text Example


Text Example

White with #BDDADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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