Html Css Color HEX #B8F1CA Granny Apple

📋 copy color: '#B8F1CA'

red 184 ◦ green 241 ◦ blue 202

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

Shades of Granny Apple #B8F1CA

Tints of Granny Apple #B8F1CA

RGB

 RED value IS 184 (72.27% from 255) = 29.35%

 GREEN value IS 241 (94.53% from 255) = 38.44%

 BLUE value IS 202 (79.3% from 255) = 32.22%

R = 29.35%
G = 38.44%
B = 32.22%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#B8F1CA (or 0xB8F1CA) is known color: Granny Apple. HEX triplet: B8, F1 and CA. RGB value is (184,241,202). Sum of RGB (Red+Green+Blue) = 184+241+202=627 (83% of max value = 765). Red value is 184 (72.27% from 255 or 29.35% from 627); Green value is 241 (94.53% from 255 or 38.44% from 627); Blue value is 202 (79.30% from 255 or 32.22% from 627); Max value from RGB is 241 - color contains mainly: green. Hex color #B8F1CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8F1CA is #470E35. Grayscale: #DBDBDB. Windows color (decimal): -4656694 or 13300152. OLE color: 13300152.

HSL color Cylindrical-coordinate representation of color #B8F1CA: hue angle of 138.95º degrees, saturation: 0.67, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B8F1CA is Cyan = 0.24, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB 184 241 202 -
CMYK 0.24 0 0.16 0.05
HSL 138.95º 0.67% 0.83% -
HSV(B) 138.95º 0.24% 0.95% -
XYZ 61.88 77.37 67.55 -
YUV 219.51 118.12 102.67 -
System Red Green Blue C M Y K H S L
Decimal 184 241 202 0.24 0 0.16 0.05 138.95 0.67 0.83
Hex B8 F1 CA 18 0 10 5 8B 43 53
Octal 270 361 312 30 0 20 5 213 103 123
Binary 10111000 11110001 11001010 11000 0 10000 101 10001011 1000011 1010011

Color Harmonies of #B8F1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8F1CA

Black with #B8F1CA

Text Example


Text Example

White with #B8F1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8F1CA; }

 p { color: rgb(184,241,202); }

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

background-color css

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

 a { background-color: rgb(184,241,202); }

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

border-color css

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

 span { border-color: rgb(184,241,202); }

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