Html Css Color HEX #BCE8EE Onahau

📋 copy color: '#BCE8EE'

red 188 ◦ green 232 ◦ blue 238

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

Shades of Onahau #BCE8EE

Tints of Onahau #BCE8EE

RGB

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

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

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

R = 28.57%
G = 35.26%
B = 36.17%

CMYK

 C value IS 0.21

 M value IS 0.03

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BCE8EE (or 0xBCE8EE) is known color: Onahau. HEX triplet: BC, E8 and EE. RGB value is (188,232,238). Sum of RGB (Red+Green+Blue) = 188+232+238=658 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.57% from 658); Green value is 232 (91.02% from 255 or 35.26% from 658); Blue value is 238 (93.36% from 255 or 36.17% from 658); Max value from RGB is 238 - color contains mainly: blue. Hex color #BCE8EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCE8EE is #431711. Grayscale: #DBDBDB. Windows color (decimal): -4396818 or 15657148. OLE color: 15657148.

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

Color convert

RGB 188 232 238 -
CMYK 0.21 0.03 0 0.07
HSL 187.2º 0.6% 0.84% -
HSV(B) 187.2º 0.21% 0.93% -
XYZ 65.03 74.58 91.86 -
YUV 219.53 138.42 105.51 -
System Red Green Blue C M Y K H S L
Decimal 188 232 238 0.21 0.03 0 0.07 187.2 0.6 0.84
Hex BC E8 EE 15 3 0 7 BB 3C 54
Octal 274 350 356 25 3 0 7 273 74 124
Binary 10111100 11101000 11101110 10101 11 0 111 10111011 111100 1010100

Color Harmonies of #BCE8EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE8EE

Black with #BCE8EE

Text Example


Text Example

White with #BCE8EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE8EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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