Html Css Color HEX #BCE8EF Onahau

📋 copy color: '#BCE8EF'

red 188 ◦ green 232 ◦ blue 239

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

Shades of Onahau #BCE8EF

Tints of Onahau #BCE8EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 36.27%

R = 28.53%
G = 35.2%
B = 36.27%

CMYK

 C value IS 0.21

 M value IS 0.03

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BCE8EF (or 0xBCE8EF) is known color: Onahau. HEX triplet: BC, E8 and EF. RGB value is (188,232,239). Sum of RGB (Red+Green+Blue) = 188+232+239=659 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.53% from 659); Green value is 232 (91.02% from 255 or 35.20% from 659); Blue value is 239 (93.75% from 255 or 36.27% from 659); Max value from RGB is 239 - color contains mainly: blue. Hex color #BCE8EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCE8EF is #431710. Grayscale: #DBDBDB. Windows color (decimal): -4396817 or 15722684. OLE color: 15722684.

HSL color Cylindrical-coordinate representation of color #BCE8EF: hue angle of 188.24º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCE8EF is Cyan = 0.21, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 188 232 239 -
CMYK 0.21 0.03 0 0.06
HSL 188.24º 0.61% 0.84% -
HSV(B) 188.24º 0.21% 0.94% -
XYZ 65.18 74.64 92.63 -
YUV 219.64 138.92 105.43 -
System Red Green Blue C M Y K H S L
Decimal 188 232 239 0.21 0.03 0 0.06 188.24 0.61 0.84
Hex BC E8 EF 15 3 0 6 BC 3D 54
Octal 274 350 357 25 3 0 6 274 75 124
Binary 10111100 11101000 11101111 10101 11 0 110 10111100 111101 1010100

Color Harmonies of #BCE8EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE8EF

Black with #BCE8EF

Text Example


Text Example

White with #BCE8EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE8EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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