Html Css Color HEX #BDDDBB Surf

📋 copy color: '#BDDDBB'

red 189 ◦ green 221 ◦ blue 187

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

Shades of Surf #BDDDBB

Tints of Surf #BDDDBB

RGB

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

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

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

R = 31.66%
G = 37.02%
B = 31.32%

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

#BDDDBB (or 0xBDDDBB) is known color: Surf. HEX triplet: BD, DD and BB. RGB value is (189,221,187). Sum of RGB (Red+Green+Blue) = 189+221+187=597 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.66% from 597); Green value is 221 (86.72% from 255 or 37.02% from 597); Blue value is 187 (73.44% from 255 or 31.32% from 597); Max value from RGB is 221 - color contains mainly: green. Hex color #BDDDBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDDBB is #422244. Grayscale: #CFCFCF. Windows color (decimal): -4334149 or 12311997. OLE color: 12311997.

HSL color Cylindrical-coordinate representation of color #BDDDBB: hue angle of 116.47º 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 #BDDDBB is Cyan = 0.14, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 221 187 -
CMYK 0.14 0 0.15 0.13
HSL 116.47º 0.33% 0.8% -
HSV(B) 116.47º 0.15% 0.87% -
XYZ 55.81 66.12 56.83 -
YUV 207.56 116.4 114.76 -
System Red Green Blue C M Y K H S L
Decimal 189 221 187 0.14 0 0.15 0.13 116.47 0.33 0.8
Hex BD DD BB E 0 F D 74 21 50
Octal 275 335 273 16 0 17 15 164 41 120
Binary 10111101 11011101 10111011 1110 0 1111 1101 1110100 100001 1010000

Color Harmonies of #BDDDBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDDBB

Black with #BDDDBB

Text Example


Text Example

White with #BDDDBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDDBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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