Html Css Color HEX #BCDCE0 Powder Blue

📋 copy color: '#BCDCE0'

red 188 ◦ green 220 ◦ blue 224

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

Shades of Powder Blue #BCDCE0

Tints of Powder Blue #BCDCE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 35.44%

R = 29.75%
G = 34.81%
B = 35.44%

CMYK

 C value IS 0.16

 M value IS 0.02

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BCDCE0 (or 0xBCDCE0) is known color: Powder Blue. HEX triplet: BC, DC and E0. RGB value is (188,220,224). Sum of RGB (Red+Green+Blue) = 188+220+224=632 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.75% from 632); Green value is 220 (86.33% from 255 or 34.81% from 632); Blue value is 224 (87.89% from 255 or 35.44% from 632); Max value from RGB is 224 - color contains mainly: blue. Hex color #BCDCE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDCE0 is #43231F. Grayscale: #D2D2D2. Windows color (decimal): -4399904 or 14736572. OLE color: 14736572.

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

Color convert

RGB 188 220 224 -
CMYK 0.16 0.02 0 0.12
HSL 186.67º 0.37% 0.81% -
HSV(B) 186.67º 0.16% 0.88% -
XYZ 59.79 67.26 80.35 -
YUV 210.89 135.4 111.67 -
System Red Green Blue C M Y K H S L
Decimal 188 220 224 0.16 0.02 0 0.12 186.67 0.37 0.81
Hex BC DC E0 10 2 0 C BB 25 51
Octal 274 334 340 20 2 0 14 273 45 121
Binary 10111100 11011100 11100000 10000 10 0 1100 10111011 100101 1010001

Color Harmonies of #BCDCE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDCE0

Black with #BCDCE0

Text Example


Text Example

White with #BCDCE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDCE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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