Html Css Color HEX #BDDCDD Powder Blue

📋 copy color: '#BDDCDD'

red 189 ◦ green 220 ◦ blue 221

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

Shades of Powder Blue #BDDCDD

Tints of Powder Blue #BDDCDD

RGB

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

 GREEN value IS 220 (86.33% from 255) = 34.92%

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

R = 30%
G = 34.92%
B = 35.08%

CMYK

 C value IS 0.14

 M value IS 0.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BDDCDD (or 0xBDDCDD) is known color: Powder Blue. HEX triplet: BD, DC and DD. RGB value is (189,220,221). Sum of RGB (Red+Green+Blue) = 189+220+221=630 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30% from 630); Green value is 220 (86.33% from 255 or 34.92% from 630); Blue value is 221 (86.72% from 255 or 35.08% from 630); Max value from RGB is 221 - color contains mainly: blue. Hex color #BDDCDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDCDD is #422322. Grayscale: #D2D2D2. Windows color (decimal): -4334371 or 14539965. OLE color: 14539965.

HSL color Cylindrical-coordinate representation of color #BDDCDD: hue angle of 181.88º 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 #BDDCDD is Cyan = 0.14, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 220 221 -
CMYK 0.14 0.00 0 0.13
HSL 181.88º 0.32% 0.8% -
HSV(B) 181.88º 0.14% 0.87% -
XYZ 59.63 67.23 78.24 -
YUV 210.85 133.73 112.42 -
System Red Green Blue C M Y K H S L
Decimal 189 220 221 0.14 0.00 0 0.13 181.88 0.32 0.8
Hex BD DC DD E 0 0 D B6 20 50
Octal 275 334 335 16 0 0 15 266 40 120
Binary 10111101 11011100 11011101 1110 0 0 1101 10110110 100000 1010000

Color Harmonies of #BDDCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDCDD

Black with #BDDCDD

Text Example


Text Example

White with #BDDCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDCDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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