Html Css Color HEX #BDD9BC Surf

📋 copy color: '#BDD9BC'

red 189 ◦ green 217 ◦ blue 188

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

Shades of Surf #BDD9BC

Tints of Surf #BDD9BC

RGB

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

 GREEN value IS 217 (85.16% from 255) = 36.53%

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

R = 31.82%
G = 36.53%
B = 31.65%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#BDD9BC (or 0xBDD9BC) is known color: Surf. HEX triplet: BD, D9 and BC. RGB value is (189,217,188). Sum of RGB (Red+Green+Blue) = 189+217+188=594 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.82% from 594); Green value is 217 (85.16% from 255 or 36.53% from 594); Blue value is 188 (73.83% from 255 or 31.65% from 594); Max value from RGB is 217 - color contains mainly: green. Hex color #BDD9BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD9BC is #422643. Grayscale: #CDCDCD. Windows color (decimal): -4335172 or 12376509. OLE color: 12376509.

HSL color Cylindrical-coordinate representation of color #BDD9BC: hue angle of 117.93º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BDD9BC is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB 189 217 188 -
CMYK 0.13 0 0.13 0.15
HSL 117.93º 0.28% 0.79% -
HSV(B) 117.93º 0.13% 0.85% -
XYZ 54.88 64.08 57.05 -
YUV 205.32 118.22 116.36 -
System Red Green Blue C M Y K H S L
Decimal 189 217 188 0.13 0 0.13 0.15 117.93 0.28 0.79
Hex BD D9 BC D 0 D F 76 1C 4F
Octal 275 331 274 15 0 15 17 166 34 117
Binary 10111101 11011001 10111100 1101 0 1101 1111 1110110 11100 1001111

Color Harmonies of #BDD9BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD9BC

Black with #BDD9BC

Text Example


Text Example

White with #BDD9BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD9BC; }

 p { color: rgb(189,217,188); }

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

background-color css

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

 a { background-color: rgb(189,217,188); }

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

border-color css

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

 span { border-color: rgb(189,217,188); }

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