Html Css Color HEX #BCE5ED Onahau

📋 copy color: '#BCE5ED'

red 188 ◦ green 229 ◦ blue 237

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

Shades of Onahau #BCE5ED

Tints of Onahau #BCE5ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 36.24%

R = 28.75%
G = 35.02%
B = 36.24%

CMYK

 C value IS 0.21

 M value IS 0.03

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BCE5ED (or 0xBCE5ED) is known color: Onahau. HEX triplet: BC, E5 and ED. RGB value is (188,229,237). Sum of RGB (Red+Green+Blue) = 188+229+237=654 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.75% from 654); Green value is 229 (89.84% from 255 or 35.02% from 654); Blue value is 237 (92.97% from 255 or 36.24% from 654); Max value from RGB is 237 - color contains mainly: blue. Hex color #BCE5ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCE5ED is #431A12. Grayscale: #D9D9D9. Windows color (decimal): -4397587 or 15590844. OLE color: 15590844.

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

Color convert

RGB 188 229 237 -
CMYK 0.21 0.03 0 0.07
HSL 189.8º 0.58% 0.83% -
HSV(B) 189.8º 0.21% 0.93% -
XYZ 64.04 72.84 90.81 -
YUV 217.65 138.92 106.85 -
System Red Green Blue C M Y K H S L
Decimal 188 229 237 0.21 0.03 0 0.07 189.8 0.58 0.83
Hex BC E5 ED 15 3 0 7 BE 3A 53
Octal 274 345 355 25 3 0 7 276 72 123
Binary 10111100 11100101 11101101 10101 11 0 111 10111110 111010 1010011

Color Harmonies of #BCE5ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE5ED

Black with #BCE5ED

Text Example


Text Example

White with #BCE5ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE5ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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