Html Css Color HEX #BCDEE1 Powder Blue

📋 copy color: '#BCDEE1'

red 188 ◦ green 222 ◦ blue 225

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

Shades of Powder Blue #BCDEE1

Tints of Powder Blue #BCDEE1

RGB

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

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

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

R = 29.61%
G = 34.96%
B = 35.43%

CMYK

 C value IS 0.16

 M value IS 0.01

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BCDEE1 (or 0xBCDEE1) is known color: Powder Blue. HEX triplet: BC, DE and E1. RGB value is (188,222,225). Sum of RGB (Red+Green+Blue) = 188+222+225=635 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.61% from 635); Green value is 222 (87.11% from 255 or 34.96% from 635); Blue value is 225 (88.28% from 255 or 35.43% from 635); Max value from RGB is 225 - color contains mainly: blue. Hex color #BCDEE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDEE1 is #43211E. Grayscale: #D4D4D4. Windows color (decimal): -4399391 or 14802620. OLE color: 14802620.

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

Color convert

RGB 188 222 225 -
CMYK 0.16 0.01 0 0.12
HSL 184.86º 0.38% 0.81% -
HSV(B) 184.86º 0.16% 0.88% -
XYZ 60.45 68.37 81.24 -
YUV 212.18 135.24 110.76 -
System Red Green Blue C M Y K H S L
Decimal 188 222 225 0.16 0.01 0 0.12 184.86 0.38 0.81
Hex BC DE E1 10 1 0 C B9 26 51
Octal 274 336 341 20 1 0 14 271 46 121
Binary 10111100 11011110 11100001 10000 1 0 1100 10111001 100110 1010001

Color Harmonies of #BCDEE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDEE1

Black with #BCDEE1

Text Example


Text Example

White with #BCDEE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDEE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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