Html Css Color HEX #BDDBB7 Surf Crest

📋 copy color: '#BDDBB7'

red 189 ◦ green 219 ◦ blue 183

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

Shades of Surf Crest #BDDBB7

Tints of Surf Crest #BDDBB7

RGB

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

 GREEN value IS 219 (85.94% from 255) = 37.06%

 BLUE value IS 183 (71.88% from 255) = 30.96%

R = 31.98%
G = 37.06%
B = 30.96%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#BDDBB7 (or 0xBDDBB7) is known color: Surf Crest. HEX triplet: BD, DB and B7. RGB value is (189,219,183). Sum of RGB (Red+Green+Blue) = 189+219+183=591 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.98% from 591); Green value is 219 (85.94% from 255 or 37.06% from 591); Blue value is 183 (71.88% from 255 or 30.96% from 591); Max value from RGB is 219 - color contains mainly: green. Hex color #BDDBB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDBB7 is #422448. Grayscale: #CECECE. Windows color (decimal): -4334665 or 12049341. OLE color: 12049341.

HSL color Cylindrical-coordinate representation of color #BDDBB7: hue angle of 110º degrees, saturation: 0.33, 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 #BDDBB7 is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB 189 219 183 -
CMYK 0.14 0 0.16 0.14
HSL 110º 0.33% 0.79% -
HSV(B) 110º 0.16% 0.86% -
XYZ 54.87 64.9 54.44 -
YUV 205.93 115.06 115.93 -
System Red Green Blue C M Y K H S L
Decimal 189 219 183 0.14 0 0.16 0.14 110 0.33 0.79
Hex BD DB B7 E 0 10 E 6E 21 4F
Octal 275 333 267 16 0 20 16 156 41 117
Binary 10111101 11011011 10110111 1110 0 10000 1110 1101110 100001 1001111

Color Harmonies of #BDDBB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDBB7

Black with #BDDBB7

Text Example


Text Example

White with #BDDBB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDBB7; }

 p { color: rgb(189,219,183); }

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

background-color css

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

 a { background-color: rgb(189,219,183); }

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

border-color css

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

 span { border-color: rgb(189,219,183); }

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