Html Css Color HEX #BDDAB5 Surf Crest

📋 copy color: '#BDDAB5'

red 189 ◦ green 218 ◦ blue 181

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

Shades of Surf Crest #BDDAB5

Tints of Surf Crest #BDDAB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 30.78%

R = 32.14%
G = 37.07%
B = 30.78%

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

#BDDAB5 (or 0xBDDAB5) is known color: Surf Crest. HEX triplet: BD, DA and B5. RGB value is (189,218,181). Sum of RGB (Red+Green+Blue) = 189+218+181=588 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.14% from 588); Green value is 218 (85.55% from 255 or 37.07% from 588); Blue value is 181 (71.09% from 255 or 30.78% from 588); Max value from RGB is 218 - color contains mainly: green. Hex color #BDDAB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDAB5 is #42254A. Grayscale: #CDCDCD. Windows color (decimal): -4334923 or 11918013. OLE color: 11918013.

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

Color convert

RGB 189 218 181 -
CMYK 0.13 0 0.17 0.15
HSL 107.03º 0.33% 0.78% -
HSV(B) 107.03º 0.17% 0.85% -
XYZ 54.4 64.3 53.26 -
YUV 205.11 114.39 116.51 -
System Red Green Blue C M Y K H S L
Decimal 189 218 181 0.13 0 0.17 0.15 107.03 0.33 0.78
Hex BD DA B5 D 0 11 F 6B 21 4E
Octal 275 332 265 15 0 21 17 153 41 116
Binary 10111101 11011010 10110101 1101 0 10001 1111 1101011 100001 1001110

Color Harmonies of #BDDAB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDAB5

Black with #BDDAB5

Text Example


Text Example

White with #BDDAB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDAB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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