Html Css Color HEX #BCE8FB Onahau

📋 copy color: '#BCE8FB'

red 188 ◦ green 232 ◦ blue 251

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

Shades of Onahau #BCE8FB

Tints of Onahau #BCE8FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 37.41%

R = 28.02%
G = 34.58%
B = 37.41%

CMYK

 C value IS 0.25

 M value IS 0.08

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BCE8FB (or 0xBCE8FB) is known color: Onahau. HEX triplet: BC, E8 and FB. RGB value is (188,232,251). Sum of RGB (Red+Green+Blue) = 188+232+251=671 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.02% from 671); Green value is 232 (91.02% from 255 or 34.58% from 671); Blue value is 251 (98.44% from 255 or 37.41% from 671); Max value from RGB is 251 - color contains mainly: blue. Hex color #BCE8FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCE8FB is #431704. Grayscale: #DCDCDC. Windows color (decimal): -4396805 or 16509116. OLE color: 16509116.

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

Color convert

RGB 188 232 251 -
CMYK 0.25 0.08 0 0.02
HSL 198.1º 0.89% 0.86% -
HSV(B) 198.1º 0.25% 0.98% -
XYZ 67.01 75.37 102.28 -
YUV 221.01 144.92 104.46 -
System Red Green Blue C M Y K H S L
Decimal 188 232 251 0.25 0.08 0 0.02 198.1 0.89 0.86
Hex BC E8 FB 19 8 0 2 C6 59 56
Octal 274 350 373 31 10 0 2 306 131 126
Binary 10111100 11101000 11111011 11001 1000 0 10 11000110 1011001 1010110

Color Harmonies of #BCE8FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE8FB

Black with #BCE8FB

Text Example


Text Example

White with #BCE8FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE8FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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