Html Css Color HEX #BCEEC5 Granny Apple

📋 copy color: '#BCEEC5'

red 188 ◦ green 238 ◦ blue 197

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

Shades of Granny Apple #BCEEC5

Tints of Granny Apple #BCEEC5

RGB

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

 GREEN value IS 238 (93.36% from 255) = 38.2%

 BLUE value IS 197 (77.34% from 255) = 31.62%

R = 30.18%
G = 38.2%
B = 31.62%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#BCEEC5 (or 0xBCEEC5) is known color: Granny Apple. HEX triplet: BC, EE and C5. RGB value is (188,238,197). Sum of RGB (Red+Green+Blue) = 188+238+197=623 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.18% from 623); Green value is 238 (93.36% from 255 or 38.20% from 623); Blue value is 197 (77.34% from 255 or 31.62% from 623); Max value from RGB is 238 - color contains mainly: green. Hex color #BCEEC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEEC5 is #43113A. Grayscale: #DADADA. Windows color (decimal): -4395323 or 12971708. OLE color: 12971708.

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

Color convert

RGB 188 238 197 -
CMYK 0.21 0 0.17 0.07
HSL 130.8º 0.6% 0.84% -
HSV(B) 130.8º 0.21% 0.93% -
XYZ 61.39 75.87 64.23 -
YUV 218.38 115.94 106.33 -
System Red Green Blue C M Y K H S L
Decimal 188 238 197 0.21 0 0.17 0.07 130.8 0.6 0.84
Hex BC EE C5 15 0 11 7 83 3C 54
Octal 274 356 305 25 0 21 7 203 74 124
Binary 10111100 11101110 11000101 10101 0 10001 111 10000011 111100 1010100

Color Harmonies of #BCEEC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEEC5

Black with #BCEEC5

Text Example


Text Example

White with #BCEEC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEEC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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