Html Css Color HEX #BDDAB6 Surf Crest

📋 copy color: '#BDDAB6'

red 189 ◦ green 218 ◦ blue 182

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

Shades of Surf Crest #BDDAB6

Tints of Surf Crest #BDDAB6

RGB

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

 GREEN value IS 218 (85.55% from 255) = 37.01%

 BLUE value IS 182 (71.48% from 255) = 30.9%

R = 32.09%
G = 37.01%
B = 30.9%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#BDDAB6 (or 0xBDDAB6) is known color: Surf Crest. HEX triplet: BD, DA and B6. RGB value is (189,218,182). Sum of RGB (Red+Green+Blue) = 189+218+182=589 (78% of max value = 765). Red value is 189 (74.22% from 255 or 32.09% from 589); Green value is 218 (85.55% from 255 or 37.01% from 589); Blue value is 182 (71.48% from 255 or 30.90% from 589); Max value from RGB is 218 - color contains mainly: green. Hex color #BDDAB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDAB6 is #422549. Grayscale: #CDCDCD. Windows color (decimal): -4334922 or 11983549. OLE color: 11983549.

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

Color convert

RGB 189 218 182 -
CMYK 0.13 0 0.17 0.15
HSL 108.33º 0.33% 0.78% -
HSV(B) 108.33º 0.17% 0.85% -
XYZ 54.5 64.34 53.8 -
YUV 205.23 114.89 116.43 -
System Red Green Blue C M Y K H S L
Decimal 189 218 182 0.13 0 0.17 0.15 108.33 0.33 0.78
Hex BD DA B6 D 0 11 F 6C 21 4E
Octal 275 332 266 15 0 21 17 154 41 116
Binary 10111101 11011010 10110110 1101 0 10001 1111 1101100 100001 1001110

Color Harmonies of #BDDAB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDAB6

Black with #BDDAB6

Text Example


Text Example

White with #BDDAB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDAB6; }

 p { color: rgb(189,218,182); }

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

background-color css

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

 a { background-color: rgb(189,218,182); }

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

border-color css

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

 span { border-color: rgb(189,218,182); }

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