Html Css Color HEX #BCE8EC Onahau

📋 copy color: '#BCE8EC'

red 188 ◦ green 232 ◦ blue 236

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

Shades of Onahau #BCE8EC

Tints of Onahau #BCE8EC

RGB

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

 GREEN value IS 232 (91.02% from 255) = 35.37%

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

R = 28.66%
G = 35.37%
B = 35.98%

CMYK

 C value IS 0.20

 M value IS 0.02

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BCE8EC (or 0xBCE8EC) is known color: Onahau. HEX triplet: BC, E8 and EC. RGB value is (188,232,236). Sum of RGB (Red+Green+Blue) = 188+232+236=656 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.66% from 656); Green value is 232 (91.02% from 255 or 35.37% from 656); Blue value is 236 (92.58% from 255 or 35.98% from 656); Max value from RGB is 236 - color contains mainly: blue. Hex color #BCE8EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCE8EC is #431713. Grayscale: #DBDBDB. Windows color (decimal): -4396820 or 15526076. OLE color: 15526076.

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

Color convert

RGB 188 232 236 -
CMYK 0.20 0.02 0 0.07
HSL 185º 0.56% 0.83% -
HSV(B) 185º 0.2% 0.93% -
XYZ 64.74 74.46 90.32 -
YUV 219.3 137.42 105.67 -
System Red Green Blue C M Y K H S L
Decimal 188 232 236 0.20 0.02 0 0.07 185 0.56 0.83
Hex BC E8 EC 14 2 0 7 B9 38 53
Octal 274 350 354 24 2 0 7 271 70 123
Binary 10111100 11101000 11101100 10100 10 0 111 10111001 111000 1010011

Color Harmonies of #BCE8EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE8EC

Black with #BCE8EC

Text Example


Text Example

White with #BCE8EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE8EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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