Html Css Color HEX #BCE2EA Onahau

📋 copy color: '#BCE2EA'

red 188 ◦ green 226 ◦ blue 234

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

Shades of Onahau #BCE2EA

Tints of Onahau #BCE2EA

RGB

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

 GREEN value IS 226 (88.67% from 255) = 34.88%

 BLUE value IS 234 (91.8% from 255) = 36.11%

R = 29.01%
G = 34.88%
B = 36.11%

CMYK

 C value IS 0.20

 M value IS 0.03

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BCE2EA (or 0xBCE2EA) is known color: Onahau. HEX triplet: BC, E2 and EA. RGB value is (188,226,234). Sum of RGB (Red+Green+Blue) = 188+226+234=648 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.01% from 648); Green value is 226 (88.67% from 255 or 34.88% from 648); Blue value is 234 (91.80% from 255 or 36.11% from 648); Max value from RGB is 234 - color contains mainly: blue. Hex color #BCE2EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCE2EA is #431D15. Grayscale: #D7D7D7. Windows color (decimal): -4398358 or 15393468. OLE color: 15393468.

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

Color convert

RGB 188 226 234 -
CMYK 0.20 0.03 0 0.08
HSL 190.43º 0.52% 0.83% -
HSV(B) 190.43º 0.2% 0.92% -
XYZ 62.79 71.02 88.24 -
YUV 215.55 138.41 108.35 -
System Red Green Blue C M Y K H S L
Decimal 188 226 234 0.20 0.03 0 0.08 190.43 0.52 0.83
Hex BC E2 EA 14 3 0 8 BE 34 53
Octal 274 342 352 24 3 0 10 276 64 123
Binary 10111100 11100010 11101010 10100 11 0 1000 10111110 110100 1010011

Color Harmonies of #BCE2EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE2EA

Black with #BCE2EA

Text Example


Text Example

White with #BCE2EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE2EA; }

 p { color: rgb(188,226,234); }

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

background-color css

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

 a { background-color: rgb(188,226,234); }

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

border-color css

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

 span { border-color: rgb(188,226,234); }

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