Html Css Color HEX #BCDEDE Powder Blue

📋 copy color: '#BCDEDE'

red 188 ◦ green 222 ◦ blue 222

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

Shades of Powder Blue #BCDEDE

Tints of Powder Blue #BCDEDE

RGB

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

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

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

R = 29.75%
G = 35.13%
B = 35.13%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BCDEDE (or 0xBCDEDE) is known color: Powder Blue. HEX triplet: BC, DE and DE. RGB value is (188,222,222). Sum of RGB (Red+Green+Blue) = 188+222+222=632 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.75% from 632); Green value is 222 (87.11% from 255 or 35.13% from 632); Blue value is 222 (87.11% from 255 or 35.13% from 632); Max value from RGB is 222 - color contains mainly: green, blue. Hex color #BCDEDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDEDE is #432121. Grayscale: #D3D3D3. Windows color (decimal): -4399394 or 14606012. OLE color: 14606012.

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

Color convert

RGB 188 222 222 -
CMYK 0.15 0 0 0.13
HSL 180º 0.34% 0.8% -
HSV(B) 180º 0.15% 0.87% -
XYZ 60.05 68.21 79.11 -
YUV 211.83 133.74 111 -
System Red Green Blue C M Y K H S L
Decimal 188 222 222 0.15 0 0 0.13 180 0.34 0.8
Hex BC DE DE F 0 0 D B4 22 50
Octal 274 336 336 17 0 0 15 264 42 120
Binary 10111100 11011110 11011110 1111 0 0 1101 10110100 100010 1010000

Color Harmonies of #BCDEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDEDE

Black with #BCDEDE

Text Example


Text Example

White with #BCDEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDEDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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