Html Css Color HEX #BDF9CA Granny Apple

📋 copy color: '#BDF9CA'

red 189 ◦ green 249 ◦ blue 202

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

Shades of Granny Apple #BDF9CA

Tints of Granny Apple #BDF9CA

RGB

 RED value IS 189 (74.22% from 255) = 29.53%

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

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

R = 29.53%
G = 38.91%
B = 31.56%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#BDF9CA (or 0xBDF9CA) is known color: Granny Apple. HEX triplet: BD, F9 and CA. RGB value is (189,249,202). Sum of RGB (Red+Green+Blue) = 189+249+202=640 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.53% from 640); Green value is 249 (97.66% from 255 or 38.91% from 640); Blue value is 202 (79.30% from 255 or 31.56% from 640); Max value from RGB is 249 - color contains mainly: green. Hex color #BDF9CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF9CA is #420635. Grayscale: #E1E1E1. Windows color (decimal): -4326966 or 13302205. OLE color: 13302205.

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

Color convert

RGB 189 249 202 -
CMYK 0.24 0 0.19 0.02
HSL 133º 0.83% 0.86% -
HSV(B) 133º 0.24% 0.98% -
XYZ 65.52 82.83 68.41 -
YUV 225.7 114.62 101.82 -
System Red Green Blue C M Y K H S L
Decimal 189 249 202 0.24 0 0.19 0.02 133 0.83 0.86
Hex BD F9 CA 18 0 13 2 85 53 56
Octal 275 371 312 30 0 23 2 205 123 126
Binary 10111101 11111001 11001010 11000 0 10011 10 10000101 1010011 1010110

Color Harmonies of #BDF9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF9CA

Black with #BDF9CA

Text Example


Text Example

White with #BDF9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF9CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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