Html Css Color HEX #BDDBDD Powder Blue

📋 copy color: '#BDDBDD'

red 189 ◦ green 219 ◦ blue 221

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

Shades of Powder Blue #BDDBDD

Tints of Powder Blue #BDDBDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 35.14%

R = 30.05%
G = 34.82%
B = 35.14%

CMYK

 C value IS 0.14

 M value IS 0.01

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BDDBDD (or 0xBDDBDD) is known color: Powder Blue. HEX triplet: BD, DB and DD. RGB value is (189,219,221). Sum of RGB (Red+Green+Blue) = 189+219+221=629 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.05% from 629); Green value is 219 (85.94% from 255 or 34.82% from 629); Blue value is 221 (86.72% from 255 or 35.14% from 629); Max value from RGB is 221 - color contains mainly: blue. Hex color #BDDBDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDBDD is #422422. Grayscale: #D2D2D2. Windows color (decimal): -4334627 or 14539709. OLE color: 14539709.

HSL color Cylindrical-coordinate representation of color #BDDBDD: hue angle of 183.75º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BDDBDD is Cyan = 0.14, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 219 221 -
CMYK 0.14 0.01 0 0.13
HSL 183.75º 0.32% 0.8% -
HSV(B) 183.75º 0.14% 0.87% -
XYZ 59.37 66.7 78.15 -
YUV 210.26 134.06 112.84 -
System Red Green Blue C M Y K H S L
Decimal 189 219 221 0.14 0.01 0 0.13 183.75 0.32 0.8
Hex BD DB DD E 1 0 D B8 20 50
Octal 275 333 335 16 1 0 15 270 40 120
Binary 10111101 11011011 11011101 1110 1 0 1101 10111000 100000 1010000

Color Harmonies of #BDDBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDBDD

Black with #BDDBDD

Text Example


Text Example

White with #BDDBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDBDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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