Html Css Color HEX #BDD7BB Surf Crest

📋 copy color: '#BDD7BB'

red 189 ◦ green 215 ◦ blue 187

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

Shades of Surf Crest #BDD7BB

Tints of Surf Crest #BDD7BB

RGB

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

 GREEN value IS 215 (84.38% from 255) = 36.38%

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

R = 31.98%
G = 36.38%
B = 31.64%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#BDD7BB (or 0xBDD7BB) is known color: Surf Crest. HEX triplet: BD, D7 and BB. RGB value is (189,215,187). Sum of RGB (Red+Green+Blue) = 189+215+187=591 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.98% from 591); Green value is 215 (84.38% from 255 or 36.38% from 591); Blue value is 187 (73.44% from 255 or 31.64% from 591); Max value from RGB is 215 - color contains mainly: green. Hex color #BDD7BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD7BB is #422844. Grayscale: #CCCCCC. Windows color (decimal): -4335685 or 12310461. OLE color: 12310461.

HSL color Cylindrical-coordinate representation of color #BDD7BB: hue angle of 115.71º degrees, saturation: 0.26, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BDD7BB is Cyan = 0.12, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB 189 215 187 -
CMYK 0.12 0 0.13 0.16
HSL 115.71º 0.26% 0.79% -
HSV(B) 115.71º 0.13% 0.84% -
XYZ 54.26 63.01 56.32 -
YUV 204.03 118.39 117.28 -
System Red Green Blue C M Y K H S L
Decimal 189 215 187 0.12 0 0.13 0.16 115.71 0.26 0.79
Hex BD D7 BB C 0 D 10 74 1A 4F
Octal 275 327 273 14 0 15 20 164 32 117
Binary 10111101 11010111 10111011 1100 0 1101 10000 1110100 11010 1001111

Color Harmonies of #BDD7BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD7BB

Black with #BDD7BB

Text Example


Text Example

White with #BDD7BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD7BB; }

 p { color: rgb(189,215,187); }

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

background-color css

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

 a { background-color: rgb(189,215,187); }

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

border-color css

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

 span { border-color: rgb(189,215,187); }

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