Html Css Color HEX #BCE2EC Onahau

📋 copy color: '#BCE2EC'

red 188 ◦ green 226 ◦ blue 236

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

Shades of Onahau #BCE2EC

Tints of Onahau #BCE2EC

RGB

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

 GREEN value IS 226 (88.67% from 255) = 34.77%

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

R = 28.92%
G = 34.77%
B = 36.31%

CMYK

 C value IS 0.20

 M value IS 0.04

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BCE2EC (or 0xBCE2EC) is known color: Onahau. HEX triplet: BC, E2 and EC. RGB value is (188,226,236). Sum of RGB (Red+Green+Blue) = 188+226+236=650 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.92% from 650); Green value is 226 (88.67% from 255 or 34.77% from 650); Blue value is 236 (92.58% from 255 or 36.31% from 650); Max value from RGB is 236 - color contains mainly: blue. Hex color #BCE2EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCE2EC is #431D13. Grayscale: #D7D7D7. Windows color (decimal): -4398356 or 15524540. OLE color: 15524540.

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

Color convert

RGB 188 226 236 -
CMYK 0.20 0.04 0 0.07
HSL 192.5º 0.56% 0.83% -
HSV(B) 192.5º 0.2% 0.93% -
XYZ 63.08 71.14 89.76 -
YUV 215.78 139.41 108.19 -
System Red Green Blue C M Y K H S L
Decimal 188 226 236 0.20 0.04 0 0.07 192.5 0.56 0.83
Hex BC E2 EC 14 4 0 7 C0 38 53
Octal 274 342 354 24 4 0 7 300 70 123
Binary 10111100 11100010 11101100 10100 100 0 111 11000000 111000 1010011

Color Harmonies of #BCE2EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE2EC

Black with #BCE2EC

Text Example


Text Example

White with #BCE2EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE2EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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