Html Css Color HEX #BBF9CA Granny Apple

📋 copy color: '#BBF9CA'

red 187 ◦ green 249 ◦ blue 202

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

Shades of Granny Apple #BBF9CA

Tints of Granny Apple #BBF9CA

RGB

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

 GREEN value IS 249 (97.66% from 255) = 39.03%

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

R = 29.31%
G = 39.03%
B = 31.66%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#BBF9CA (or 0xBBF9CA) is known color: Granny Apple. HEX triplet: BB, F9 and CA. RGB value is (187,249,202). Sum of RGB (Red+Green+Blue) = 187+249+202=638 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.31% from 638); Green value is 249 (97.66% from 255 or 39.03% from 638); Blue value is 202 (79.30% from 255 or 31.66% from 638); Max value from RGB is 249 - color contains mainly: green. Hex color #BBF9CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF9CA is #440635. Grayscale: #E1E1E1. Windows color (decimal): -4458038 or 13302203. OLE color: 13302203.

HSL color Cylindrical-coordinate representation of color #BBF9CA: hue angle of 134.52º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBF9CA is Cyan = 0.25, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB 187 249 202 -
CMYK 0.25 0 0.19 0.02
HSL 134.52º 0.84% 0.85% -
HSV(B) 134.52º 0.25% 0.98% -
XYZ 65.03 82.58 68.39 -
YUV 225.1 114.96 100.82 -
System Red Green Blue C M Y K H S L
Decimal 187 249 202 0.25 0 0.19 0.02 134.52 0.84 0.85
Hex BB F9 CA 19 0 13 2 87 54 55
Octal 273 371 312 31 0 23 2 207 124 125
Binary 10111011 11111001 11001010 11001 0 10011 10 10000111 1010100 1010101

Color Harmonies of #BBF9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF9CA

Black with #BBF9CA

Text Example


Text Example

White with #BBF9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF9CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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