Html Css Color HEX #BDE6C3 Fringy Flower

📋 copy color: '#BDE6C3'

red 189 ◦ green 230 ◦ blue 195

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

Shades of Fringy Flower #BDE6C3

Tints of Fringy Flower #BDE6C3

RGB

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

 GREEN value IS 230 (90.23% from 255) = 37.46%

 BLUE value IS 195 (76.56% from 255) = 31.76%

R = 30.78%
G = 37.46%
B = 31.76%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.15

 K value IS 0.10

RGB Variations

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

Color information

#BDE6C3 (or 0xBDE6C3) is known color: Fringy Flower. HEX triplet: BD, E6 and C3. RGB value is (189,230,195). Sum of RGB (Red+Green+Blue) = 189+230+195=614 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.78% from 614); Green value is 230 (90.23% from 255 or 37.46% from 614); Blue value is 195 (76.56% from 255 or 31.76% from 614); Max value from RGB is 230 - color contains mainly: green. Hex color #BDE6C3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDE6C3 is #42193C. Grayscale: #D5D5D5. Windows color (decimal): -4331837 or 12838589. OLE color: 12838589.

HSL color Cylindrical-coordinate representation of color #BDE6C3: hue angle of 128.78º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BDE6C3 is Cyan = 0.18, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.10.

Color convert

RGB 189 230 195 -
CMYK 0.18 0 0.15 0.10
HSL 128.78º 0.45% 0.82% -
HSV(B) 128.78º 0.18% 0.9% -
XYZ 59.13 71.35 62.29 -
YUV 213.75 117.42 110.35 -
System Red Green Blue C M Y K H S L
Decimal 189 230 195 0.18 0 0.15 0.10 128.78 0.45 0.82
Hex BD E6 C3 12 0 F A 81 2D 52
Octal 275 346 303 22 0 17 12 201 55 122
Binary 10111101 11100110 11000011 10010 0 1111 1010 10000001 101101 1010010

Color Harmonies of #BDE6C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE6C3

Black with #BDE6C3

Text Example


Text Example

White with #BDE6C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE6C3; }

 p { color: rgb(189,230,195); }

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

background-color css

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

 a { background-color: rgb(189,230,195); }

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

border-color css

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

 span { border-color: rgb(189,230,195); }

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