Html Css Color HEX #BCE7EC Onahau

📋 copy color: '#BCE7EC'

red 188 ◦ green 231 ◦ blue 236

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

Shades of Onahau #BCE7EC

Tints of Onahau #BCE7EC

RGB

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

 GREEN value IS 231 (90.63% from 255) = 35.27%

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

R = 28.7%
G = 35.27%
B = 36.03%

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

#BCE7EC (or 0xBCE7EC) is known color: Onahau. HEX triplet: BC, E7 and EC. RGB value is (188,231,236). Sum of RGB (Red+Green+Blue) = 188+231+236=655 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.70% from 655); Green value is 231 (90.62% from 255 or 35.27% from 655); Blue value is 236 (92.58% from 255 or 36.03% from 655); Max value from RGB is 236 - color contains mainly: blue. Hex color #BCE7EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCE7EC is #431813. Grayscale: #DADADA. Windows color (decimal): -4397076 or 15525820. OLE color: 15525820.

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

Color convert

RGB 188 231 236 -
CMYK 0.20 0.02 0 0.07
HSL 186.25º 0.56% 0.83% -
HSV(B) 186.25º 0.2% 0.93% -
XYZ 64.46 73.9 90.22 -
YUV 218.71 137.75 106.09 -
System Red Green Blue C M Y K H S L
Decimal 188 231 236 0.20 0.02 0 0.07 186.25 0.56 0.83
Hex BC E7 EC 14 2 0 7 BA 38 53
Octal 274 347 354 24 2 0 7 272 70 123
Binary 10111100 11100111 11101100 10100 10 0 111 10111010 111000 1010011

Color Harmonies of #BCE7EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE7EC

Black with #BCE7EC

Text Example


Text Example

White with #BCE7EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE7EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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