Html Css Color HEX #BCE4EF Onahau

📋 copy color: '#BCE4EF'

red 188 ◦ green 228 ◦ blue 239

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

Shades of Onahau #BCE4EF

Tints of Onahau #BCE4EF

RGB

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

 GREEN value IS 228 (89.45% from 255) = 34.81%

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

R = 28.7%
G = 34.81%
B = 36.49%

CMYK

 C value IS 0.21

 M value IS 0.05

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BCE4EF (or 0xBCE4EF) is known color: Onahau. HEX triplet: BC, E4 and EF. RGB value is (188,228,239). Sum of RGB (Red+Green+Blue) = 188+228+239=655 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.70% from 655); Green value is 228 (89.45% from 255 or 34.81% from 655); Blue value is 239 (93.75% from 255 or 36.49% from 655); Max value from RGB is 239 - color contains mainly: blue. Hex color #BCE4EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCE4EF is #431B10. Grayscale: #D9D9D9. Windows color (decimal): -4397841 or 15721660. OLE color: 15721660.

HSL color Cylindrical-coordinate representation of color #BCE4EF: hue angle of 192.94º 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 #BCE4EF is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 188 228 239 -
CMYK 0.21 0.05 0 0.06
HSL 192.94º 0.61% 0.84% -
HSV(B) 192.94º 0.21% 0.94% -
XYZ 64.06 72.41 92.26 -
YUV 217.29 140.25 107.11 -
System Red Green Blue C M Y K H S L
Decimal 188 228 239 0.21 0.05 0 0.06 192.94 0.61 0.84
Hex BC E4 EF 15 5 0 6 C1 3D 54
Octal 274 344 357 25 5 0 6 301 75 124
Binary 10111100 11100100 11101111 10101 101 0 110 11000001 111101 1010100

Color Harmonies of #BCE4EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE4EF

Black with #BCE4EF

Text Example


Text Example

White with #BCE4EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE4EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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