Html Css Color HEX #BCE8EB Onahau

📋 copy color: '#BCE8EB'

red 188 ◦ green 232 ◦ blue 235

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

Shades of Onahau #BCE8EB

Tints of Onahau #BCE8EB

RGB

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

 GREEN value IS 232 (91.02% from 255) = 35.42%

 BLUE value IS 235 (92.19% from 255) = 35.88%

R = 28.7%
G = 35.42%
B = 35.88%

CMYK

 C value IS 0.2

 M value IS 0.01

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BCE8EB (or 0xBCE8EB) is known color: Onahau. HEX triplet: BC, E8 and EB. RGB value is (188,232,235). Sum of RGB (Red+Green+Blue) = 188+232+235=655 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.70% from 655); Green value is 232 (91.02% from 255 or 35.42% from 655); Blue value is 235 (92.19% from 255 or 35.88% from 655); Max value from RGB is 235 - color contains mainly: blue. Hex color #BCE8EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCE8EB is #431714. Grayscale: #DBDBDB. Windows color (decimal): -4396821 or 15460540. OLE color: 15460540.

HSL color Cylindrical-coordinate representation of color #BCE8EB: hue angle of 183.83º degrees, saturation: 0.54, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCE8EB is Cyan = 0.2, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 188 232 235 -
CMYK 0.2 0.01 0 0.08
HSL 183.83º 0.54% 0.83% -
HSV(B) 183.83º 0.2% 0.92% -
XYZ 64.59 74.4 89.55 -
YUV 219.19 136.92 105.76 -
System Red Green Blue C M Y K H S L
Decimal 188 232 235 0.2 0.01 0 0.08 183.83 0.54 0.83
Hex BC E8 EB 14 1 0 8 B8 36 53
Octal 274 350 353 24 1 0 10 270 66 123
Binary 10111100 11101000 11101011 10100 1 0 1000 10111000 110110 1010011

Color Harmonies of #BCE8EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE8EB

Black with #BCE8EB

Text Example


Text Example

White with #BCE8EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE8EB; }

 p { color: rgb(188,232,235); }

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

background-color css

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

 a { background-color: rgb(188,232,235); }

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

border-color css

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

 span { border-color: rgb(188,232,235); }

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