Html Css Color HEX #BCE2EE Onahau

📋 copy color: '#BCE2EE'

red 188 ◦ green 226 ◦ blue 238

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

Shades of Onahau #BCE2EE

Tints of Onahau #BCE2EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 36.5%

R = 28.83%
G = 34.66%
B = 36.5%

CMYK

 C value IS 0.21

 M value IS 0.05

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BCE2EE (or 0xBCE2EE) is known color: Onahau. HEX triplet: BC, E2 and EE. RGB value is (188,226,238). Sum of RGB (Red+Green+Blue) = 188+226+238=652 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.83% from 652); Green value is 226 (88.67% from 255 or 34.66% from 652); Blue value is 238 (93.36% from 255 or 36.50% from 652); Max value from RGB is 238 - color contains mainly: blue. Hex color #BCE2EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCE2EE is #431D11. Grayscale: #D7D7D7. Windows color (decimal): -4398354 or 15655612. OLE color: 15655612.

HSL color Cylindrical-coordinate representation of color #BCE2EE: hue angle of 194.4º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCE2EE is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 226 238 -
CMYK 0.21 0.05 0 0.07
HSL 194.4º 0.6% 0.84% -
HSV(B) 194.4º 0.21% 0.93% -
XYZ 63.37 71.26 91.3 -
YUV 216.01 140.41 108.02 -
System Red Green Blue C M Y K H S L
Decimal 188 226 238 0.21 0.05 0 0.07 194.4 0.6 0.84
Hex BC E2 EE 15 5 0 7 C2 3C 54
Octal 274 342 356 25 5 0 7 302 74 124
Binary 10111100 11100010 11101110 10101 101 0 111 11000010 111100 1010100

Color Harmonies of #BCE2EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE2EE

Black with #BCE2EE

Text Example


Text Example

White with #BCE2EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE2EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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