Html Css Color HEX #BCECF8 Onahau

📋 copy color: '#BCECF8'

red 188 ◦ green 236 ◦ blue 248

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

Shades of Onahau #BCECF8

Tints of Onahau #BCECF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 36.9%

R = 27.98%
G = 35.12%
B = 36.9%

CMYK

 C value IS 0.24

 M value IS 0.05

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BCECF8 (or 0xBCECF8) is known color: Onahau. HEX triplet: BC, EC and F8. RGB value is (188,236,248). Sum of RGB (Red+Green+Blue) = 188+236+248=672 (89% of max value = 765). Red value is 188 (73.83% from 255 or 27.98% from 672); Green value is 236 (92.58% from 255 or 35.12% from 672); Blue value is 248 (97.27% from 255 or 36.90% from 672); Max value from RGB is 248 - color contains mainly: blue. Hex color #BCECF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCECF8 is #431307. Grayscale: #DEDEDE. Windows color (decimal): -4395784 or 16313532. OLE color: 16313532.

HSL color Cylindrical-coordinate representation of color #BCECF8: hue angle of 192º degrees, saturation: 0.81, 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 #BCECF8 is Cyan = 0.24, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 188 236 248 -
CMYK 0.24 0.05 0 0.03
HSL 192º 0.81% 0.85% -
HSV(B) 192º 0.24% 0.97% -
XYZ 67.68 77.46 100.19 -
YUV 223.02 142.1 103.02 -
System Red Green Blue C M Y K H S L
Decimal 188 236 248 0.24 0.05 0 0.03 192 0.81 0.85
Hex BC EC F8 18 5 0 3 C0 51 55
Octal 274 354 370 30 5 0 3 300 121 125
Binary 10111100 11101100 11111000 11000 101 0 11 11000000 1010001 1010101

Color Harmonies of #BCECF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCECF8

Black with #BCECF8

Text Example


Text Example

White with #BCECF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCECF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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