Html Css Color HEX #BCE1EB Onahau

📋 copy color: '#BCE1EB'

red 188 ◦ green 225 ◦ blue 235

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

Shades of Onahau #BCE1EB

Tints of Onahau #BCE1EB

RGB

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

 GREEN value IS 225 (88.28% from 255) = 34.72%

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

R = 29.01%
G = 34.72%
B = 36.27%

CMYK

 C value IS 0.2

 M value IS 0.04

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BCE1EB (or 0xBCE1EB) is known color: Onahau. HEX triplet: BC, E1 and EB. RGB value is (188,225,235). Sum of RGB (Red+Green+Blue) = 188+225+235=648 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.01% from 648); Green value is 225 (88.28% from 255 or 34.72% from 648); Blue value is 235 (92.19% from 255 or 36.27% from 648); Max value from RGB is 235 - color contains mainly: blue. Hex color #BCE1EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCE1EB is #431E14. Grayscale: #D7D7D7. Windows color (decimal): -4398613 or 15458748. OLE color: 15458748.

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

Color convert

RGB 188 225 235 -
CMYK 0.2 0.04 0 0.08
HSL 192.77º 0.54% 0.83% -
HSV(B) 192.77º 0.2% 0.92% -
XYZ 62.66 70.54 88.91 -
YUV 215.08 139.24 108.69 -
System Red Green Blue C M Y K H S L
Decimal 188 225 235 0.2 0.04 0 0.08 192.77 0.54 0.83
Hex BC E1 EB 14 4 0 8 C1 36 53
Octal 274 341 353 24 4 0 10 301 66 123
Binary 10111100 11100001 11101011 10100 100 0 1000 11000001 110110 1010011

Color Harmonies of #BCE1EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE1EB

Black with #BCE1EB

Text Example


Text Example

White with #BCE1EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE1EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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