Html Css Color HEX #BEDDBB Surf Crest

📋 copy color: '#BEDDBB'

red 190 ◦ green 221 ◦ blue 187

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

Shades of Surf Crest #BEDDBB

Tints of Surf Crest #BEDDBB

RGB

 RED value IS 190 (74.61% from 255) = 31.77%

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

 BLUE value IS 187 (73.44% from 255) = 31.27%

R = 31.77%
G = 36.96%
B = 31.27%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#BEDDBB (or 0xBEDDBB) is known color: Surf Crest. HEX triplet: BE, DD and BB. RGB value is (190,221,187). Sum of RGB (Red+Green+Blue) = 190+221+187=598 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.77% from 598); Green value is 221 (86.72% from 255 or 36.96% from 598); Blue value is 187 (73.44% from 255 or 31.27% from 598); Max value from RGB is 221 - color contains mainly: green. Hex color #BEDDBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDDBB is #412244. Grayscale: #CFCFCF. Windows color (decimal): -4268613 or 12311998. OLE color: 12311998.

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

Color convert

RGB 190 221 187 -
CMYK 0.14 0 0.15 0.13
HSL 114.71º 0.33% 0.8% -
HSV(B) 114.71º 0.15% 0.87% -
XYZ 56.06 66.25 56.85 -
YUV 207.86 116.23 115.26 -
System Red Green Blue C M Y K H S L
Decimal 190 221 187 0.14 0 0.15 0.13 114.71 0.33 0.8
Hex BE DD BB E 0 F D 73 21 50
Octal 276 335 273 16 0 17 15 163 41 120
Binary 10111110 11011101 10111011 1110 0 1111 1101 1110011 100001 1010000

Color Harmonies of #BEDDBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDDBB

Black with #BEDDBB

Text Example


Text Example

White with #BEDDBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDDBB; }

 p { color: rgb(190,221,187); }

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

background-color css

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

 a { background-color: rgb(190,221,187); }

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

border-color css

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

 span { border-color: rgb(190,221,187); }

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