Html Css Color HEX #BCE0EC Onahau

📋 copy color: '#BCE0EC'

red 188 ◦ green 224 ◦ blue 236

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

Shades of Onahau #BCE0EC

Tints of Onahau #BCE0EC

RGB

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

 GREEN value IS 224 (87.89% from 255) = 34.57%

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

R = 29.01%
G = 34.57%
B = 36.42%

CMYK

 C value IS 0.20

 M value IS 0.05

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BCE0EC (or 0xBCE0EC) is known color: Onahau. HEX triplet: BC, E0 and EC. RGB value is (188,224,236). Sum of RGB (Red+Green+Blue) = 188+224+236=648 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.01% from 648); Green value is 224 (87.89% from 255 or 34.57% from 648); Blue value is 236 (92.58% from 255 or 36.42% from 648); Max value from RGB is 236 - color contains mainly: blue. Hex color #BCE0EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCE0EC is #431F13. Grayscale: #D6D6D6. Windows color (decimal): -4398868 or 15524028. OLE color: 15524028.

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

Color convert

RGB 188 224 236 -
CMYK 0.20 0.05 0 0.07
HSL 195º 0.56% 0.83% -
HSV(B) 195º 0.2% 0.93% -
XYZ 62.54 70.06 89.58 -
YUV 214.6 140.07 109.02 -
System Red Green Blue C M Y K H S L
Decimal 188 224 236 0.20 0.05 0 0.07 195 0.56 0.83
Hex BC E0 EC 14 5 0 7 C3 38 53
Octal 274 340 354 24 5 0 7 303 70 123
Binary 10111100 11100000 11101100 10100 101 0 111 11000011 111000 1010011

Color Harmonies of #BCE0EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE0EC

Black with #BCE0EC

Text Example


Text Example

White with #BCE0EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE0EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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