Html Css Color HEX #BCDEDD Powder Blue

📋 copy color: '#BCDEDD'

red 188 ◦ green 222 ◦ blue 221

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

Shades of Powder Blue #BCDEDD

Tints of Powder Blue #BCDEDD

RGB

 RED value IS 188 (73.83% from 255) = 29.79%

 GREEN value IS 222 (87.11% from 255) = 35.18%

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

R = 29.79%
G = 35.18%
B = 35.02%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#BCDEDD (or 0xBCDEDD) is known color: Powder Blue. HEX triplet: BC, DE and DD. RGB value is (188,222,221). Sum of RGB (Red+Green+Blue) = 188+222+221=631 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.79% from 631); Green value is 222 (87.11% from 255 or 35.18% from 631); Blue value is 221 (86.72% from 255 or 35.02% from 631); Max value from RGB is 222 - color contains mainly: green. Hex color #BCDEDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDEDD is #432122. Grayscale: #D3D3D3. Windows color (decimal): -4399395 or 14540476. OLE color: 14540476.

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

Color convert

RGB 188 222 221 -
CMYK 0.15 0 0.00 0.13
HSL 178.24º 0.34% 0.8% -
HSV(B) 178.24º 0.15% 0.87% -
XYZ 59.91 68.15 78.4 -
YUV 211.72 133.24 111.08 -
System Red Green Blue C M Y K H S L
Decimal 188 222 221 0.15 0 0.00 0.13 178.24 0.34 0.8
Hex BC DE DD F 0 0 D B2 22 50
Octal 274 336 335 17 0 0 15 262 42 120
Binary 10111100 11011110 11011101 1111 0 0 1101 10110010 100010 1010000

Color Harmonies of #BCDEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDEDD

Black with #BCDEDD

Text Example


Text Example

White with #BCDEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDEDD; }

 p { color: rgb(188,222,221); }

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

background-color css

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

 a { background-color: rgb(188,222,221); }

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

border-color css

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

 span { border-color: rgb(188,222,221); }

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