Html Css Color HEX #BCE1E3 Powder Blue

📋 copy color: '#BCE1E3'

red 188 ◦ green 225 ◦ blue 227

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

Shades of Powder Blue #BCE1E3

Tints of Powder Blue #BCE1E3

RGB

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

 GREEN value IS 225 (88.28% from 255) = 35.16%

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

R = 29.38%
G = 35.16%
B = 35.47%

CMYK

 C value IS 0.17

 M value IS 0.01

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BCE1E3 (or 0xBCE1E3) is known color: Powder Blue. HEX triplet: BC, E1 and E3. RGB value is (188,225,227). Sum of RGB (Red+Green+Blue) = 188+225+227=640 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.38% from 640); Green value is 225 (88.28% from 255 or 35.16% from 640); Blue value is 227 (89.06% from 255 or 35.47% from 640); Max value from RGB is 227 - color contains mainly: blue. Hex color #BCE1E3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCE1E3 is #431E1C. Grayscale: #D6D6D6. Windows color (decimal): -4398621 or 14934460. OLE color: 14934460.

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

Color convert

RGB 188 225 227 -
CMYK 0.17 0.01 0 0.11
HSL 183.08º 0.41% 0.81% -
HSV(B) 183.08º 0.17% 0.89% -
XYZ 61.53 70.09 82.96 -
YUV 214.17 135.24 109.34 -
System Red Green Blue C M Y K H S L
Decimal 188 225 227 0.17 0.01 0 0.11 183.08 0.41 0.81
Hex BC E1 E3 11 1 0 B B7 29 51
Octal 274 341 343 21 1 0 13 267 51 121
Binary 10111100 11100001 11100011 10001 1 0 1011 10110111 101001 1010001

Color Harmonies of #BCE1E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE1E3

Black with #BCE1E3

Text Example


Text Example

White with #BCE1E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE1E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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