Html Css Color HEX #BCE4EE Onahau

📋 copy color: '#BCE4EE'

red 188 ◦ green 228 ◦ blue 238

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

Shades of Onahau #BCE4EE

Tints of Onahau #BCE4EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 36.39%

R = 28.75%
G = 34.86%
B = 36.39%

CMYK

 C value IS 0.21

 M value IS 0.04

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BCE4EE (or 0xBCE4EE) is known color: Onahau. HEX triplet: BC, E4 and EE. RGB value is (188,228,238). Sum of RGB (Red+Green+Blue) = 188+228+238=654 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.75% from 654); Green value is 228 (89.45% from 255 or 34.86% from 654); Blue value is 238 (93.36% from 255 or 36.39% from 654); Max value from RGB is 238 - color contains mainly: blue. Hex color #BCE4EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCE4EE is #431B11. Grayscale: #D9D9D9. Windows color (decimal): -4397842 or 15656124. OLE color: 15656124.

HSL color Cylindrical-coordinate representation of color #BCE4EE: hue angle of 192º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCE4EE is Cyan = 0.21, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 228 238 -
CMYK 0.21 0.04 0 0.07
HSL 192º 0.6% 0.84% -
HSV(B) 192º 0.21% 0.93% -
XYZ 63.92 72.35 91.49 -
YUV 217.18 139.75 107.19 -
System Red Green Blue C M Y K H S L
Decimal 188 228 238 0.21 0.04 0 0.07 192 0.6 0.84
Hex BC E4 EE 15 4 0 7 C0 3C 54
Octal 274 344 356 25 4 0 7 300 74 124
Binary 10111100 11100100 11101110 10101 100 0 111 11000000 111100 1010100

Color Harmonies of #BCE4EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE4EE

Black with #BCE4EE

Text Example


Text Example

White with #BCE4EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE4EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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