Html Css Color HEX #BCE4EC Onahau

📋 copy color: '#BCE4EC'

red 188 ◦ green 228 ◦ blue 236

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

Shades of Onahau #BCE4EC

Tints of Onahau #BCE4EC

RGB

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

 GREEN value IS 228 (89.45% from 255) = 34.97%

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

R = 28.83%
G = 34.97%
B = 36.2%

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

#BCE4EC (or 0xBCE4EC) is known color: Onahau. HEX triplet: BC, E4 and EC. RGB value is (188,228,236). Sum of RGB (Red+Green+Blue) = 188+228+236=652 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.83% from 652); Green value is 228 (89.45% from 255 or 34.97% from 652); Blue value is 236 (92.58% from 255 or 36.20% from 652); Max value from RGB is 236 - color contains mainly: blue. Hex color #BCE4EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCE4EC is #431B13. Grayscale: #D8D8D8. Windows color (decimal): -4397844 or 15525052. OLE color: 15525052.

HSL color Cylindrical-coordinate representation of color #BCE4EC: hue angle of 190º 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 #BCE4EC is Cyan = 0.20, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 228 236 -
CMYK 0.20 0.03 0 0.07
HSL 190º 0.56% 0.83% -
HSV(B) 190º 0.2% 0.93% -
XYZ 63.62 72.23 89.95 -
YUV 216.95 138.75 107.35 -
System Red Green Blue C M Y K H S L
Decimal 188 228 236 0.20 0.03 0 0.07 190 0.56 0.83
Hex BC E4 EC 14 3 0 7 BE 38 53
Octal 274 344 354 24 3 0 7 276 70 123
Binary 10111100 11100100 11101100 10100 11 0 111 10111110 111000 1010011

Color Harmonies of #BCE4EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE4EC

Black with #BCE4EC

Text Example


Text Example

White with #BCE4EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE4EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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