Html Css Color HEX #BDDFE2 Powder Blue

📋 copy color: '#BDDFE2'

red 189 ◦ green 223 ◦ blue 226

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

Shades of Powder Blue #BDDFE2

Tints of Powder Blue #BDDFE2

RGB

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

 GREEN value IS 223 (87.5% from 255) = 34.95%

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

R = 29.62%
G = 34.95%
B = 35.42%

CMYK

 C value IS 0.16

 M value IS 0.01

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BDDFE2 (or 0xBDDFE2) is known color: Powder Blue. HEX triplet: BD, DF and E2. RGB value is (189,223,226). Sum of RGB (Red+Green+Blue) = 189+223+226=638 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.62% from 638); Green value is 223 (87.5% from 255 or 34.95% from 638); Blue value is 226 (88.67% from 255 or 35.42% from 638); Max value from RGB is 226 - color contains mainly: blue. Hex color #BDDFE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDFE2 is #42201D. Grayscale: #D5D5D5. Windows color (decimal): -4333598 or 14868413. OLE color: 14868413.

HSL color Cylindrical-coordinate representation of color #BDDFE2: hue angle of 184.86º 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 #BDDFE2 is Cyan = 0.16, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 189 223 226 -
CMYK 0.16 0.01 0 0.11
HSL 184.86º 0.39% 0.81% -
HSV(B) 184.86º 0.16% 0.89% -
XYZ 61.1 69.09 82.07 -
YUV 213.18 135.24 110.76 -
System Red Green Blue C M Y K H S L
Decimal 189 223 226 0.16 0.01 0 0.11 184.86 0.39 0.81
Hex BD DF E2 10 1 0 B B9 27 51
Octal 275 337 342 20 1 0 13 271 47 121
Binary 10111101 11011111 11100010 10000 1 0 1011 10111001 100111 1010001

Color Harmonies of #BDDFE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDFE2

Black with #BDDFE2

Text Example


Text Example

White with #BDDFE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDFE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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