Html Css Color HEX #BCE6ED Onahau

📋 copy color: '#BCE6ED'

red 188 ◦ green 230 ◦ blue 237

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

Shades of Onahau #BCE6ED

Tints of Onahau #BCE6ED

RGB

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

 GREEN value IS 230 (90.23% from 255) = 35.11%

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

R = 28.7%
G = 35.11%
B = 36.18%

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

#BCE6ED (or 0xBCE6ED) is known color: Onahau. HEX triplet: BC, E6 and ED. RGB value is (188,230,237). Sum of RGB (Red+Green+Blue) = 188+230+237=655 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.70% from 655); Green value is 230 (90.23% from 255 or 35.11% from 655); Blue value is 237 (92.97% from 255 or 36.18% from 655); Max value from RGB is 237 - color contains mainly: blue. Hex color #BCE6ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCE6ED is #431912. Grayscale: #DADADA. Windows color (decimal): -4397331 or 15591100. OLE color: 15591100.

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

Color convert

RGB 188 230 237 -
CMYK 0.21 0.03 0 0.07
HSL 188.57º 0.58% 0.83% -
HSV(B) 188.57º 0.21% 0.93% -
XYZ 64.32 73.4 90.9 -
YUV 218.24 138.59 106.43 -
System Red Green Blue C M Y K H S L
Decimal 188 230 237 0.21 0.03 0 0.07 188.57 0.58 0.83
Hex BC E6 ED 15 3 0 7 BD 3A 53
Octal 274 346 355 25 3 0 7 275 72 123
Binary 10111100 11100110 11101101 10101 11 0 111 10111101 111010 1010011

Color Harmonies of #BCE6ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE6ED

Black with #BCE6ED

Text Example


Text Example

White with #BCE6ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE6ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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