Html Css Color HEX #B8DCBC Fringy Flower

📋 copy color: '#B8DCBC'

red 184 ◦ green 220 ◦ blue 188

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

Shades of Fringy Flower #B8DCBC

Tints of Fringy Flower #B8DCBC

RGB

 RED value IS 184 (72.27% from 255) = 31.08%

 GREEN value IS 220 (86.33% from 255) = 37.16%

 BLUE value IS 188 (73.83% from 255) = 31.76%

R = 31.08%
G = 37.16%
B = 31.76%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#B8DCBC (or 0xB8DCBC) is known color: Fringy Flower. HEX triplet: B8, DC and BC. RGB value is (184,220,188). Sum of RGB (Red+Green+Blue) = 184+220+188=592 (78% of max value = 765). Red value is 184 (72.27% from 255 or 31.08% from 592); Green value is 220 (86.33% from 255 or 37.16% from 592); Blue value is 188 (73.83% from 255 or 31.76% from 592); Max value from RGB is 220 - color contains mainly: green. Hex color #B8DCBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8DCBC is #472343. Grayscale: #CDCDCD. Windows color (decimal): -4662084 or 12377272. OLE color: 12377272.

HSL color Cylindrical-coordinate representation of color #B8DCBC: hue angle of 126.67º degrees, saturation: 0.34, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B8DCBC is Cyan = 0.16, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 184 220 188 -
CMYK 0.16 0 0.15 0.14
HSL 126.67º 0.34% 0.79% -
HSV(B) 126.67º 0.16% 0.86% -
XYZ 54.44 65.01 57.26 -
YUV 205.59 118.07 112.6 -
System Red Green Blue C M Y K H S L
Decimal 184 220 188 0.16 0 0.15 0.14 126.67 0.34 0.79
Hex B8 DC BC 10 0 F E 7F 22 4F
Octal 270 334 274 20 0 17 16 177 42 117
Binary 10111000 11011100 10111100 10000 0 1111 1110 1111111 100010 1001111

Color Harmonies of #B8DCBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8DCBC

Black with #B8DCBC

Text Example


Text Example

White with #B8DCBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8DCBC; }

 p { color: rgb(184,220,188); }

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

background-color css

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

 a { background-color: rgb(184,220,188); }

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

border-color css

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

 span { border-color: rgb(184,220,188); }

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