Html Css Color HEX #BFDDB6 Surf Crest

📋 copy color: '#BFDDB6'

red 191 ◦ green 221 ◦ blue 182

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

Shades of Surf Crest #BFDDB6

Tints of Surf Crest #BFDDB6

RGB

 RED value IS 191 (75% from 255) = 32.15%

 GREEN value IS 221 (86.72% from 255) = 37.21%

 BLUE value IS 182 (71.48% from 255) = 30.64%

R = 32.15%
G = 37.21%
B = 30.64%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#BFDDB6 (or 0xBFDDB6) is known color: Surf Crest. HEX triplet: BF, DD and B6. RGB value is (191,221,182). Sum of RGB (Red+Green+Blue) = 191+221+182=594 (78% of max value = 765). Red value is 191 (75% from 255 or 32.15% from 594); Green value is 221 (86.72% from 255 or 37.21% from 594); Blue value is 182 (71.48% from 255 or 30.64% from 594); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDDB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDDB6 is #402249. Grayscale: #CFCFCF. Windows color (decimal): -4203082 or 11984319. OLE color: 11984319.

HSL color Cylindrical-coordinate representation of color #BFDDB6: hue angle of 106.15º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BFDDB6 is Cyan = 0.14, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB 191 221 182 -
CMYK 0.14 0 0.18 0.13
HSL 106.15º 0.36% 0.79% -
HSV(B) 106.15º 0.18% 0.87% -
XYZ 55.79 66.17 54.09 -
YUV 207.58 113.56 116.17 -
System Red Green Blue C M Y K H S L
Decimal 191 221 182 0.14 0 0.18 0.13 106.15 0.36 0.79
Hex BF DD B6 E 0 12 D 6A 24 4F
Octal 277 335 266 16 0 22 15 152 44 117
Binary 10111111 11011101 10110110 1110 0 10010 1101 1101010 100100 1001111

Color Harmonies of #BFDDB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDDB6

Black with #BFDDB6

Text Example


Text Example

White with #BFDDB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDDB6; }

 p { color: rgb(191,221,182); }

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

background-color css

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

 a { background-color: rgb(191,221,182); }

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

border-color css

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

 span { border-color: rgb(191,221,182); }

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