Html Css Color HEX #BCE3EB Onahau

📋 copy color: '#BCE3EB'

red 188 ◦ green 227 ◦ blue 235

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

Shades of Onahau #BCE3EB

Tints of Onahau #BCE3EB

RGB

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

 GREEN value IS 227 (89.06% from 255) = 34.92%

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

R = 28.92%
G = 34.92%
B = 36.15%

CMYK

 C value IS 0.2

 M value IS 0.03

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BCE3EB (or 0xBCE3EB) is known color: Onahau. HEX triplet: BC, E3 and EB. RGB value is (188,227,235). Sum of RGB (Red+Green+Blue) = 188+227+235=650 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.92% from 650); Green value is 227 (89.06% from 255 or 34.92% from 650); Blue value is 235 (92.19% from 255 or 36.15% from 650); Max value from RGB is 235 - color contains mainly: blue. Hex color #BCE3EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCE3EB is #431C14. Grayscale: #D8D8D8. Windows color (decimal): -4398101 or 15459260. OLE color: 15459260.

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

Color convert

RGB 188 227 235 -
CMYK 0.2 0.03 0 0.08
HSL 190.21º 0.54% 0.83% -
HSV(B) 190.21º 0.2% 0.92% -
XYZ 63.2 71.63 89.09 -
YUV 216.25 138.58 107.85 -
System Red Green Blue C M Y K H S L
Decimal 188 227 235 0.2 0.03 0 0.08 190.21 0.54 0.83
Hex BC E3 EB 14 3 0 8 BE 36 53
Octal 274 343 353 24 3 0 10 276 66 123
Binary 10111100 11100011 11101011 10100 11 0 1000 10111110 110110 1010011

Color Harmonies of #BCE3EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE3EB

Black with #BCE3EB

Text Example


Text Example

White with #BCE3EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE3EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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