Html Css Color HEX #BCE7EE Onahau

📋 copy color: '#BCE7EE'

red 188 ◦ green 231 ◦ blue 238

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

Shades of Onahau #BCE7EE

Tints of Onahau #BCE7EE

RGB

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

 GREEN value IS 231 (90.63% from 255) = 35.16%

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

R = 28.61%
G = 35.16%
B = 36.23%

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

#BCE7EE (or 0xBCE7EE) is known color: Onahau. HEX triplet: BC, E7 and EE. RGB value is (188,231,238). Sum of RGB (Red+Green+Blue) = 188+231+238=657 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.61% from 657); Green value is 231 (90.62% from 255 or 35.16% from 657); Blue value is 238 (93.36% from 255 or 36.23% from 657); Max value from RGB is 238 - color contains mainly: blue. Hex color #BCE7EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCE7EE is #431811. Grayscale: #DADADA. Windows color (decimal): -4397074 or 15656892. OLE color: 15656892.

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

Color convert

RGB 188 231 238 -
CMYK 0.21 0.03 0 0.07
HSL 188.4º 0.6% 0.84% -
HSV(B) 188.4º 0.21% 0.93% -
XYZ 64.75 74.02 91.76 -
YUV 218.94 138.75 105.93 -
System Red Green Blue C M Y K H S L
Decimal 188 231 238 0.21 0.03 0 0.07 188.4 0.6 0.84
Hex BC E7 EE 15 3 0 7 BC 3C 54
Octal 274 347 356 25 3 0 7 274 74 124
Binary 10111100 11100111 11101110 10101 11 0 111 10111100 111100 1010100

Color Harmonies of #BCE7EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE7EE

Black with #BCE7EE

Text Example


Text Example

White with #BCE7EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE7EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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