Html Css Color HEX #BCDCDE Powder Blue

📋 copy color: '#BCDCDE'

red 188 ◦ green 220 ◦ blue 222

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

Shades of Powder Blue #BCDCDE

Tints of Powder Blue #BCDCDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 35.24%

R = 29.84%
G = 34.92%
B = 35.24%

CMYK

 C value IS 0.15

 M value IS 0.01

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BCDCDE (or 0xBCDCDE) is known color: Powder Blue. HEX triplet: BC, DC and DE. RGB value is (188,220,222). Sum of RGB (Red+Green+Blue) = 188+220+222=630 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.84% from 630); Green value is 220 (86.33% from 255 or 34.92% from 630); Blue value is 222 (87.11% from 255 or 35.24% from 630); Max value from RGB is 222 - color contains mainly: blue. Hex color #BCDCDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDCDE is #432321. Grayscale: #D2D2D2. Windows color (decimal): -4399906 or 14605500. OLE color: 14605500.

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

Color convert

RGB 188 220 222 -
CMYK 0.15 0.01 0 0.13
HSL 183.53º 0.34% 0.8% -
HSV(B) 183.53º 0.15% 0.87% -
XYZ 59.52 67.15 78.93 -
YUV 210.66 134.4 111.84 -
System Red Green Blue C M Y K H S L
Decimal 188 220 222 0.15 0.01 0 0.13 183.53 0.34 0.8
Hex BC DC DE F 1 0 D B8 22 50
Octal 274 334 336 17 1 0 15 270 42 120
Binary 10111100 11011100 11011110 1111 1 0 1101 10111000 100010 1010000

Color Harmonies of #BCDCDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDCDE

Black with #BCDCDE

Text Example


Text Example

White with #BCDCDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDCDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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