Html Css Color HEX #BCE7EF Onahau

📋 copy color: '#BCE7EF'

red 188 ◦ green 231 ◦ blue 239

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

Shades of Onahau #BCE7EF

Tints of Onahau #BCE7EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 36.32%

R = 28.57%
G = 35.11%
B = 36.32%

CMYK

 C value IS 0.21

 M value IS 0.03

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BCE7EF (or 0xBCE7EF) is known color: Onahau. HEX triplet: BC, E7 and EF. RGB value is (188,231,239). Sum of RGB (Red+Green+Blue) = 188+231+239=658 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.57% from 658); Green value is 231 (90.62% from 255 or 35.11% from 658); Blue value is 239 (93.75% from 255 or 36.32% from 658); Max value from RGB is 239 - color contains mainly: blue. Hex color #BCE7EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCE7EF is #431810. Grayscale: #DADADA. Windows color (decimal): -4397073 or 15722428. OLE color: 15722428.

HSL color Cylindrical-coordinate representation of color #BCE7EF: hue angle of 189.41º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCE7EF is Cyan = 0.21, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 188 231 239 -
CMYK 0.21 0.03 0 0.06
HSL 189.41º 0.61% 0.84% -
HSV(B) 189.41º 0.21% 0.94% -
XYZ 64.89 74.08 92.54 -
YUV 219.06 139.25 105.85 -
System Red Green Blue C M Y K H S L
Decimal 188 231 239 0.21 0.03 0 0.06 189.41 0.61 0.84
Hex BC E7 EF 15 3 0 6 BD 3D 54
Octal 274 347 357 25 3 0 6 275 75 124
Binary 10111100 11100111 11101111 10101 11 0 110 10111101 111101 1010100

Color Harmonies of #BCE7EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE7EF

Black with #BCE7EF

Text Example


Text Example

White with #BCE7EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE7EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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