Html Css Color HEX #BCE6EC Onahau

📋 copy color: '#BCE6EC'

red 188 ◦ green 230 ◦ blue 236

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

Shades of Onahau #BCE6EC

Tints of Onahau #BCE6EC

RGB

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

 GREEN value IS 230 (90.23% from 255) = 35.17%

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

R = 28.75%
G = 35.17%
B = 36.09%

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

#BCE6EC (or 0xBCE6EC) is known color: Onahau. HEX triplet: BC, E6 and EC. RGB value is (188,230,236). Sum of RGB (Red+Green+Blue) = 188+230+236=654 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.75% from 654); Green value is 230 (90.23% from 255 or 35.17% from 654); Blue value is 236 (92.58% from 255 or 36.09% from 654); Max value from RGB is 236 - color contains mainly: blue. Hex color #BCE6EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCE6EC is #431913. Grayscale: #DADADA. Windows color (decimal): -4397332 or 15525564. OLE color: 15525564.

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

Color convert

RGB 188 230 236 -
CMYK 0.20 0.03 0 0.07
HSL 187.5º 0.56% 0.83% -
HSV(B) 187.5º 0.2% 0.93% -
XYZ 64.18 73.34 90.13 -
YUV 218.13 138.09 106.51 -
System Red Green Blue C M Y K H S L
Decimal 188 230 236 0.20 0.03 0 0.07 187.5 0.56 0.83
Hex BC E6 EC 14 3 0 7 BC 38 53
Octal 274 346 354 24 3 0 7 274 70 123
Binary 10111100 11100110 11101100 10100 11 0 111 10111100 111000 1010011

Color Harmonies of #BCE6EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE6EC

Black with #BCE6EC

Text Example


Text Example

White with #BCE6EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE6EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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