Html Css Color HEX #BCE5EE Onahau

📋 copy color: '#BCE5EE'

red 188 ◦ green 229 ◦ blue 238

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

Shades of Onahau #BCE5EE

Tints of Onahau #BCE5EE

RGB

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

 GREEN value IS 229 (89.84% from 255) = 34.96%

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

R = 28.7%
G = 34.96%
B = 36.34%

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

#BCE5EE (or 0xBCE5EE) is known color: Onahau. HEX triplet: BC, E5 and EE. RGB value is (188,229,238). Sum of RGB (Red+Green+Blue) = 188+229+238=655 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.70% from 655); Green value is 229 (89.84% from 255 or 34.96% from 655); Blue value is 238 (93.36% from 255 or 36.34% from 655); Max value from RGB is 238 - color contains mainly: blue. Hex color #BCE5EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCE5EE is #431A11. Grayscale: #D9D9D9. Windows color (decimal): -4397586 or 15656380. OLE color: 15656380.

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

Color convert

RGB 188 229 238 -
CMYK 0.21 0.04 0 0.07
HSL 190.8º 0.6% 0.84% -
HSV(B) 190.8º 0.21% 0.93% -
XYZ 64.19 72.9 91.58 -
YUV 217.77 139.42 106.77 -
System Red Green Blue C M Y K H S L
Decimal 188 229 238 0.21 0.04 0 0.07 190.8 0.6 0.84
Hex BC E5 EE 15 4 0 7 BF 3C 54
Octal 274 345 356 25 4 0 7 277 74 124
Binary 10111100 11100101 11101110 10101 100 0 111 10111111 111100 1010100

Color Harmonies of #BCE5EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE5EE

Black with #BCE5EE

Text Example


Text Example

White with #BCE5EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE5EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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