Html Css Color HEX #BBF3CF Granny Apple

📋 copy color: '#BBF3CF'

red 187 ◦ green 243 ◦ blue 207

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

Shades of Granny Apple #BBF3CF

Tints of Granny Apple #BBF3CF

RGB

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

 GREEN value IS 243 (95.31% from 255) = 38.15%

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

R = 29.36%
G = 38.15%
B = 32.5%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#BBF3CF (or 0xBBF3CF) is known color: Granny Apple. HEX triplet: BB, F3 and CF. RGB value is (187,243,207). Sum of RGB (Red+Green+Blue) = 187+243+207=637 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.36% from 637); Green value is 243 (95.31% from 255 or 38.15% from 637); Blue value is 207 (81.25% from 255 or 32.50% from 637); Max value from RGB is 243 - color contains mainly: green. Hex color #BBF3CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF3CF is #440C30. Grayscale: #DEDEDE. Windows color (decimal): -4459569 or 13628347. OLE color: 13628347.

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

Color convert

RGB 187 243 207 -
CMYK 0.23 0 0.15 0.05
HSL 141.43º 0.7% 0.84% -
HSV(B) 141.43º 0.23% 0.95% -
XYZ 63.81 79.17 70.95 -
YUV 222.15 119.45 102.93 -
System Red Green Blue C M Y K H S L
Decimal 187 243 207 0.23 0 0.15 0.05 141.43 0.7 0.84
Hex BB F3 CF 17 0 F 5 8D 46 54
Octal 273 363 317 27 0 17 5 215 106 124
Binary 10111011 11110011 11001111 10111 0 1111 101 10001101 1000110 1010100

Color Harmonies of #BBF3CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF3CF

Black with #BBF3CF

Text Example


Text Example

White with #BBF3CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF3CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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