Html Css Color HEX #BCE5EC Onahau

📋 copy color: '#BCE5EC'

red 188 ◦ green 229 ◦ blue 236

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

Shades of Onahau #BCE5EC

Tints of Onahau #BCE5EC

RGB

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

 GREEN value IS 229 (89.84% from 255) = 35.07%

 BLUE value IS 236 (92.58% from 255) = 36.14%

R = 28.79%
G = 35.07%
B = 36.14%

CMYK

 C value IS 0.20

 M value IS 0.03

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BCE5EC (or 0xBCE5EC) is known color: Onahau. HEX triplet: BC, E5 and EC. RGB value is (188,229,236). Sum of RGB (Red+Green+Blue) = 188+229+236=653 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.79% from 653); Green value is 229 (89.84% from 255 or 35.07% from 653); Blue value is 236 (92.58% from 255 or 36.14% from 653); Max value from RGB is 236 - color contains mainly: blue. Hex color #BCE5EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCE5EC is #431A13. Grayscale: #D9D9D9. Windows color (decimal): -4397588 or 15525308. OLE color: 15525308.

HSL color Cylindrical-coordinate representation of color #BCE5EC: hue angle of 188.75º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCE5EC is Cyan = 0.20, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 229 236 -
CMYK 0.20 0.03 0 0.07
HSL 188.75º 0.56% 0.83% -
HSV(B) 188.75º 0.2% 0.93% -
XYZ 63.9 72.79 90.04 -
YUV 217.54 138.42 106.93 -
System Red Green Blue C M Y K H S L
Decimal 188 229 236 0.20 0.03 0 0.07 188.75 0.56 0.83
Hex BC E5 EC 14 3 0 7 BD 38 53
Octal 274 345 354 24 3 0 7 275 70 123
Binary 10111100 11100101 11101100 10100 11 0 111 10111101 111000 1010011

Color Harmonies of #BCE5EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE5EC

Black with #BCE5EC

Text Example


Text Example

White with #BCE5EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE5EC; }

 p { color: rgb(188,229,236); }

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

background-color css

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

 a { background-color: rgb(188,229,236); }

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

border-color css

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

 span { border-color: rgb(188,229,236); }

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