Html Css Color HEX #BDDDE2 Powder Blue

📋 copy color: '#BDDDE2'

red 189 ◦ green 221 ◦ blue 226

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

Shades of Powder Blue #BDDDE2

Tints of Powder Blue #BDDDE2

RGB

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

 GREEN value IS 221 (86.72% from 255) = 34.75%

 BLUE value IS 226 (88.67% from 255) = 35.53%

R = 29.72%
G = 34.75%
B = 35.53%

CMYK

 C value IS 0.16

 M value IS 0.02

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BDDDE2 (or 0xBDDDE2) is known color: Powder Blue. HEX triplet: BD, DD and E2. RGB value is (189,221,226). Sum of RGB (Red+Green+Blue) = 189+221+226=636 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.72% from 636); Green value is 221 (86.72% from 255 or 34.75% from 636); Blue value is 226 (88.67% from 255 or 35.53% from 636); Max value from RGB is 226 - color contains mainly: blue. Hex color #BDDDE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDDE2 is #42221D. Grayscale: #D3D3D3. Windows color (decimal): -4334110 or 14867901. OLE color: 14867901.

HSL color Cylindrical-coordinate representation of color #BDDDE2: hue angle of 188.11º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BDDDE2 is Cyan = 0.16, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 189 221 226 -
CMYK 0.16 0.02 0 0.11
HSL 188.11º 0.39% 0.81% -
HSV(B) 188.11º 0.16% 0.89% -
XYZ 60.57 68.02 81.89 -
YUV 212 135.9 111.59 -
System Red Green Blue C M Y K H S L
Decimal 189 221 226 0.16 0.02 0 0.11 188.11 0.39 0.81
Hex BD DD E2 10 2 0 B BC 27 51
Octal 275 335 342 20 2 0 13 274 47 121
Binary 10111101 11011101 11100010 10000 10 0 1011 10111100 100111 1010001

Color Harmonies of #BDDDE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDDE2

Black with #BDDDE2

Text Example


Text Example

White with #BDDDE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDDE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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