Html Css Color HEX #BDDBE0 Powder Blue

📋 copy color: '#BDDBE0'

red 189 ◦ green 219 ◦ blue 224

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

Shades of Powder Blue #BDDBE0

Tints of Powder Blue #BDDBE0

RGB

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

 GREEN value IS 219 (85.94% from 255) = 34.65%

 BLUE value IS 224 (87.89% from 255) = 35.44%

R = 29.91%
G = 34.65%
B = 35.44%

CMYK

 C value IS 0.16

 M value IS 0.02

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BDDBE0 (or 0xBDDBE0) is known color: Powder Blue. HEX triplet: BD, DB and E0. RGB value is (189,219,224). Sum of RGB (Red+Green+Blue) = 189+219+224=632 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.91% from 632); Green value is 219 (85.94% from 255 or 34.65% from 632); Blue value is 224 (87.89% from 255 or 35.44% from 632); Max value from RGB is 224 - color contains mainly: blue. Hex color #BDDBE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDBE0 is #42241F. Grayscale: #D2D2D2. Windows color (decimal): -4334624 or 14736317. OLE color: 14736317.

HSL color Cylindrical-coordinate representation of color #BDDBE0: hue angle of 188.57º degrees, saturation: 0.36, 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 #BDDBE0 is Cyan = 0.16, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 189 219 224 -
CMYK 0.16 0.02 0 0.12
HSL 188.57º 0.36% 0.81% -
HSV(B) 188.57º 0.16% 0.88% -
XYZ 59.77 66.86 80.28 -
YUV 210.6 135.56 112.59 -
System Red Green Blue C M Y K H S L
Decimal 189 219 224 0.16 0.02 0 0.12 188.57 0.36 0.81
Hex BD DB E0 10 2 0 C BD 24 51
Octal 275 333 340 20 2 0 14 275 44 121
Binary 10111101 11011011 11100000 10000 10 0 1100 10111101 100100 1010001

Color Harmonies of #BDDBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDBE0

Black with #BDDBE0

Text Example


Text Example

White with #BDDBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDBE0; }

 p { color: rgb(189,219,224); }

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

background-color css

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

 a { background-color: rgb(189,219,224); }

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

border-color css

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

 span { border-color: rgb(189,219,224); }

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