Html Css Color HEX #BBF4CF Granny Apple

📋 copy color: '#BBF4CF'

red 187 ◦ green 244 ◦ blue 207

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

Shades of Granny Apple #BBF4CF

Tints of Granny Apple #BBF4CF

RGB

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

 GREEN value IS 244 (95.7% from 255) = 38.24%

 BLUE value IS 207 (81.25% from 255) = 32.45%

R = 29.31%
G = 38.24%
B = 32.45%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.15

 K value IS 0.04

RGB Variations

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

Color information

#BBF4CF (or 0xBBF4CF) is known color: Granny Apple. HEX triplet: BB, F4 and CF. RGB value is (187,244,207). Sum of RGB (Red+Green+Blue) = 187+244+207=638 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.31% from 638); Green value is 244 (95.70% from 255 or 38.24% from 638); Blue value is 207 (81.25% from 255 or 32.45% from 638); Max value from RGB is 244 - color contains mainly: green. Hex color #BBF4CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF4CF is #440B30. Grayscale: #DEDEDE. Windows color (decimal): -4459313 or 13628603. OLE color: 13628603.

HSL color Cylindrical-coordinate representation of color #BBF4CF: hue angle of 141.05º degrees, saturation: 0.72, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBF4CF is Cyan = 0.23, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.04.

Color convert

RGB 187 244 207 -
CMYK 0.23 0 0.15 0.04
HSL 141.05º 0.72% 0.85% -
HSV(B) 141.05º 0.23% 0.96% -
XYZ 64.11 79.77 71.05 -
YUV 222.74 119.12 102.51 -
System Red Green Blue C M Y K H S L
Decimal 187 244 207 0.23 0 0.15 0.04 141.05 0.72 0.85
Hex BB F4 CF 17 0 F 4 8D 48 55
Octal 273 364 317 27 0 17 4 215 110 125
Binary 10111011 11110100 11001111 10111 0 1111 100 10001101 1001000 1010101

Color Harmonies of #BBF4CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF4CF

Black with #BBF4CF

Text Example


Text Example

White with #BBF4CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF4CF; }

 p { color: rgb(187,244,207); }

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

background-color css

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

 a { background-color: rgb(187,244,207); }

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

border-color css

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

 span { border-color: rgb(187,244,207); }

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