Html Css Color HEX #BCDCE3 Powder Blue

📋 copy color: '#BCDCE3'

red 188 ◦ green 220 ◦ blue 227

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

Shades of Powder Blue #BCDCE3

Tints of Powder Blue #BCDCE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 35.75%

R = 29.61%
G = 34.65%
B = 35.75%

CMYK

 C value IS 0.17

 M value IS 0.03

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BCDCE3 (or 0xBCDCE3) is known color: Powder Blue. HEX triplet: BC, DC and E3. RGB value is (188,220,227). Sum of RGB (Red+Green+Blue) = 188+220+227=635 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.61% from 635); Green value is 220 (86.33% from 255 or 34.65% from 635); Blue value is 227 (89.06% from 255 or 35.75% from 635); Max value from RGB is 227 - color contains mainly: blue. Hex color #BCDCE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDCE3 is #43231C. Grayscale: #D3D3D3. Windows color (decimal): -4399901 or 14933180. OLE color: 14933180.

HSL color Cylindrical-coordinate representation of color #BCDCE3: hue angle of 190.77º degrees, saturation: 0.41, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BCDCE3 is Cyan = 0.17, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 188 220 227 -
CMYK 0.17 0.03 0 0.11
HSL 190.77º 0.41% 0.81% -
HSV(B) 190.77º 0.17% 0.89% -
XYZ 60.2 67.42 82.51 -
YUV 211.23 136.9 111.43 -
System Red Green Blue C M Y K H S L
Decimal 188 220 227 0.17 0.03 0 0.11 190.77 0.41 0.81
Hex BC DC E3 11 3 0 B BF 29 51
Octal 274 334 343 21 3 0 13 277 51 121
Binary 10111100 11011100 11100011 10001 11 0 1011 10111111 101001 1010001

Color Harmonies of #BCDCE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDCE3

Black with #BCDCE3

Text Example


Text Example

White with #BCDCE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDCE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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