Html Css Color HEX #BBF1CA Granny Apple

📋 copy color: '#BBF1CA'

red 187 ◦ green 241 ◦ blue 202

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

Shades of Granny Apple #BBF1CA

Tints of Granny Apple #BBF1CA

RGB

 RED value IS 187 (73.44% from 255) = 29.68%

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

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

R = 29.68%
G = 38.25%
B = 32.06%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#BBF1CA (or 0xBBF1CA) is known color: Granny Apple. HEX triplet: BB, F1 and CA. RGB value is (187,241,202). Sum of RGB (Red+Green+Blue) = 187+241+202=630 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.68% from 630); Green value is 241 (94.53% from 255 or 38.25% from 630); Blue value is 202 (79.30% from 255 or 32.06% from 630); Max value from RGB is 241 - color contains mainly: green. Hex color #BBF1CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF1CA is #440E35. Grayscale: #DCDCDC. Windows color (decimal): -4460086 or 13300155. OLE color: 13300155.

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

Color convert

RGB 187 241 202 -
CMYK 0.22 0 0.16 0.05
HSL 136.67º 0.66% 0.84% -
HSV(B) 136.67º 0.22% 0.95% -
XYZ 62.61 77.74 67.58 -
YUV 220.41 117.61 104.17 -
System Red Green Blue C M Y K H S L
Decimal 187 241 202 0.22 0 0.16 0.05 136.67 0.66 0.84
Hex BB F1 CA 16 0 10 5 89 42 54
Octal 273 361 312 26 0 20 5 211 102 124
Binary 10111011 11110001 11001010 10110 0 10000 101 10001001 1000010 1010100

Color Harmonies of #BBF1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF1CA

Black with #BBF1CA

Text Example


Text Example

White with #BBF1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF1CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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