Html Css Color HEX #BCECF7 Onahau

📋 copy color: '#BCECF7'

red 188 ◦ green 236 ◦ blue 247

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

Shades of Onahau #BCECF7

Tints of Onahau #BCECF7

RGB

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

 GREEN value IS 236 (92.58% from 255) = 35.17%

 BLUE value IS 247 (96.88% from 255) = 36.81%

R = 28.02%
G = 35.17%
B = 36.81%

CMYK

 C value IS 0.24

 M value IS 0.04

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BCECF7 (or 0xBCECF7) is known color: Onahau. HEX triplet: BC, EC and F7. RGB value is (188,236,247). Sum of RGB (Red+Green+Blue) = 188+236+247=671 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.02% from 671); Green value is 236 (92.58% from 255 or 35.17% from 671); Blue value is 247 (96.88% from 255 or 36.81% from 671); Max value from RGB is 247 - color contains mainly: blue. Hex color #BCECF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCECF7 is #431308. Grayscale: #DEDEDE. Windows color (decimal): -4395785 or 16247996. OLE color: 16247996.

HSL color Cylindrical-coordinate representation of color #BCECF7: hue angle of 191.19º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCECF7 is Cyan = 0.24, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 188 236 247 -
CMYK 0.24 0.04 0 0.03
HSL 191.19º 0.79% 0.85% -
HSV(B) 191.19º 0.24% 0.97% -
XYZ 67.52 77.4 99.38 -
YUV 222.9 141.6 103.11 -
System Red Green Blue C M Y K H S L
Decimal 188 236 247 0.24 0.04 0 0.03 191.19 0.79 0.85
Hex BC EC F7 18 4 0 3 BF 4F 55
Octal 274 354 367 30 4 0 3 277 117 125
Binary 10111100 11101100 11110111 11000 100 0 11 10111111 1001111 1010101

Color Harmonies of #BCECF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCECF7

Black with #BCECF7

Text Example


Text Example

White with #BCECF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCECF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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