Html Css Color HEX #BCDCE1 Powder Blue

📋 copy color: '#BCDCE1'

red 188 ◦ green 220 ◦ blue 225

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

Shades of Powder Blue #BCDCE1

Tints of Powder Blue #BCDCE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 35.55%

R = 29.7%
G = 34.76%
B = 35.55%

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

#BCDCE1 (or 0xBCDCE1) is known color: Powder Blue. HEX triplet: BC, DC and E1. RGB value is (188,220,225). Sum of RGB (Red+Green+Blue) = 188+220+225=633 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.70% from 633); Green value is 220 (86.33% from 255 or 34.76% from 633); Blue value is 225 (88.28% from 255 or 35.55% from 633); Max value from RGB is 225 - color contains mainly: blue. Hex color #BCDCE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDCE1 is #43231E. Grayscale: #D2D2D2. Windows color (decimal): -4399903 or 14802108. OLE color: 14802108.

HSL color Cylindrical-coordinate representation of color #BCDCE1: hue angle of 188.11º degrees, saturation: 0.38, 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 #BCDCE1 is Cyan = 0.16, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 188 220 225 -
CMYK 0.16 0.02 0 0.12
HSL 188.11º 0.38% 0.81% -
HSV(B) 188.11º 0.16% 0.88% -
XYZ 59.92 67.31 81.07 -
YUV 211 135.9 111.59 -
System Red Green Blue C M Y K H S L
Decimal 188 220 225 0.16 0.02 0 0.12 188.11 0.38 0.81
Hex BC DC E1 10 2 0 C BC 26 51
Octal 274 334 341 20 2 0 14 274 46 121
Binary 10111100 11011100 11100001 10000 10 0 1100 10111100 100110 1010001

Color Harmonies of #BCDCE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDCE1

Black with #BCDCE1

Text Example


Text Example

White with #BCDCE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDCE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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