Html Css Color HEX #BDDAB8 Surf Crest

📋 copy color: '#BDDAB8'

red 189 ◦ green 218 ◦ blue 184

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

Shades of Surf Crest #BDDAB8

Tints of Surf Crest #BDDAB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 31.13%

R = 31.98%
G = 36.89%
B = 31.13%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#BDDAB8 (or 0xBDDAB8) is known color: Surf Crest. HEX triplet: BD, DA and B8. RGB value is (189,218,184). Sum of RGB (Red+Green+Blue) = 189+218+184=591 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.98% from 591); Green value is 218 (85.55% from 255 or 36.89% from 591); Blue value is 184 (72.27% from 255 or 31.13% from 591); Max value from RGB is 218 - color contains mainly: green. Hex color #BDDAB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDAB8 is #422547. Grayscale: #CDCDCD. Windows color (decimal): -4334920 or 12114621. OLE color: 12114621.

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

Color convert

RGB 189 218 184 -
CMYK 0.13 0 0.16 0.15
HSL 111.18º 0.31% 0.79% -
HSV(B) 111.18º 0.16% 0.85% -
XYZ 54.71 64.42 54.9 -
YUV 205.45 115.89 116.26 -
System Red Green Blue C M Y K H S L
Decimal 189 218 184 0.13 0 0.16 0.15 111.18 0.31 0.79
Hex BD DA B8 D 0 10 F 6F 1F 4F
Octal 275 332 270 15 0 20 17 157 37 117
Binary 10111101 11011010 10111000 1101 0 10000 1111 1101111 11111 1001111

Color Harmonies of #BDDAB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDAB8

Black with #BDDAB8

Text Example


Text Example

White with #BDDAB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDAB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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