Html Css Color HEX #BCE9EC Onahau

📋 copy color: '#BCE9EC'

red 188 ◦ green 233 ◦ blue 236

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

Shades of Onahau #BCE9EC

Tints of Onahau #BCE9EC

RGB

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

 GREEN value IS 233 (91.41% from 255) = 35.46%

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

R = 28.61%
G = 35.46%
B = 35.92%

CMYK

 C value IS 0.20

 M value IS 0.01

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BCE9EC (or 0xBCE9EC) is known color: Onahau. HEX triplet: BC, E9 and EC. RGB value is (188,233,236). Sum of RGB (Red+Green+Blue) = 188+233+236=657 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.61% from 657); Green value is 233 (91.41% from 255 or 35.46% from 657); Blue value is 236 (92.58% from 255 or 35.92% from 657); Max value from RGB is 236 - color contains mainly: blue. Hex color #BCE9EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCE9EC is #431613. Grayscale: #DBDBDB. Windows color (decimal): -4396564 or 15526332. OLE color: 15526332.

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

Color convert

RGB 188 233 236 -
CMYK 0.20 0.01 0 0.07
HSL 183.75º 0.56% 0.83% -
HSV(B) 183.75º 0.2% 0.93% -
XYZ 65.02 75.03 90.41 -
YUV 219.89 137.09 105.26 -
System Red Green Blue C M Y K H S L
Decimal 188 233 236 0.20 0.01 0 0.07 183.75 0.56 0.83
Hex BC E9 EC 14 1 0 7 B8 38 53
Octal 274 351 354 24 1 0 7 270 70 123
Binary 10111100 11101001 11101100 10100 1 0 111 10111000 111000 1010011

Color Harmonies of #BCE9EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE9EC

Black with #BCE9EC

Text Example


Text Example

White with #BCE9EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE9EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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