Html Css Color HEX #BCE8F9 Onahau

📋 copy color: '#BCE8F9'

red 188 ◦ green 232 ◦ blue 249

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

Shades of Onahau #BCE8F9

Tints of Onahau #BCE8F9

RGB

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

 GREEN value IS 232 (91.02% from 255) = 34.68%

 BLUE value IS 249 (97.66% from 255) = 37.22%

R = 28.1%
G = 34.68%
B = 37.22%

CMYK

 C value IS 0.24

 M value IS 0.07

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BCE8F9 (or 0xBCE8F9) is known color: Onahau. HEX triplet: BC, E8 and F9. RGB value is (188,232,249). Sum of RGB (Red+Green+Blue) = 188+232+249=669 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.10% from 669); Green value is 232 (91.02% from 255 or 34.68% from 669); Blue value is 249 (97.66% from 255 or 37.22% from 669); Max value from RGB is 249 - color contains mainly: blue. Hex color #BCE8F9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCE8F9 is #431706. Grayscale: #DCDCDC. Windows color (decimal): -4396807 or 16378044. OLE color: 16378044.

HSL color Cylindrical-coordinate representation of color #BCE8F9: hue angle of 196.72º degrees, saturation: 0.84, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCE8F9 is Cyan = 0.24, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 188 232 249 -
CMYK 0.24 0.07 0 0.02
HSL 196.72º 0.84% 0.86% -
HSV(B) 196.72º 0.24% 0.98% -
XYZ 66.69 75.24 100.63 -
YUV 220.78 143.92 104.62 -
System Red Green Blue C M Y K H S L
Decimal 188 232 249 0.24 0.07 0 0.02 196.72 0.84 0.86
Hex BC E8 F9 18 7 0 2 C5 54 56
Octal 274 350 371 30 7 0 2 305 124 126
Binary 10111100 11101000 11111001 11000 111 0 10 11000101 1010100 1010110

Color Harmonies of #BCE8F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE8F9

Black with #BCE8F9

Text Example


Text Example

White with #BCE8F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE8F9; }

 p { color: rgb(188,232,249); }

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

background-color css

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

 a { background-color: rgb(188,232,249); }

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

border-color css

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

 span { border-color: rgb(188,232,249); }

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