Html Css Color HEX #BCEAC6 Granny Apple

📋 copy color: '#BCEAC6'

red 188 ◦ green 234 ◦ blue 198

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

Shades of Granny Apple #BCEAC6

Tints of Granny Apple #BCEAC6

RGB

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

 GREEN value IS 234 (91.8% from 255) = 37.74%

 BLUE value IS 198 (77.73% from 255) = 31.94%

R = 30.32%
G = 37.74%
B = 31.94%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.15

 K value IS 0.08

RGB Variations

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

Color information

#BCEAC6 (or 0xBCEAC6) is known color: Granny Apple. HEX triplet: BC, EA and C6. RGB value is (188,234,198). Sum of RGB (Red+Green+Blue) = 188+234+198=620 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.32% from 620); Green value is 234 (91.80% from 255 or 37.74% from 620); Blue value is 198 (77.73% from 255 or 31.94% from 620); Max value from RGB is 234 - color contains mainly: green. Hex color #BCEAC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEAC6 is #431539. Grayscale: #D8D8D8. Windows color (decimal): -4396346 or 13036220. OLE color: 13036220.

HSL color Cylindrical-coordinate representation of color #BCEAC6: hue angle of 133.04º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCEAC6 is Cyan = 0.20, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.

Color convert

RGB 188 234 198 -
CMYK 0.20 0 0.15 0.08
HSL 133.04º 0.52% 0.83% -
HSV(B) 133.04º 0.2% 0.92% -
XYZ 60.35 73.61 64.45 -
YUV 216.14 117.76 107.93 -
System Red Green Blue C M Y K H S L
Decimal 188 234 198 0.20 0 0.15 0.08 133.04 0.52 0.83
Hex BC EA C6 14 0 F 8 85 34 53
Octal 274 352 306 24 0 17 10 205 64 123
Binary 10111100 11101010 11000110 10100 0 1111 1000 10000101 110100 1010011

Color Harmonies of #BCEAC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEAC6

Black with #BCEAC6

Text Example


Text Example

White with #BCEAC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEAC6; }

 p { color: rgb(188,234,198); }

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

background-color css

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

 a { background-color: rgb(188,234,198); }

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

border-color css

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

 span { border-color: rgb(188,234,198); }

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