Html Css Color HEX #BDDABA Surf Crest

📋 copy color: '#BDDABA'

red 189 ◦ green 218 ◦ blue 186

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

Shades of Surf Crest #BDDABA

Tints of Surf Crest #BDDABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 31.37%

R = 31.87%
G = 36.76%
B = 31.37%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#BDDABA (or 0xBDDABA) is known color: Surf Crest. HEX triplet: BD, DA and BA. RGB value is (189,218,186). Sum of RGB (Red+Green+Blue) = 189+218+186=593 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.87% from 593); Green value is 218 (85.55% from 255 or 36.76% from 593); Blue value is 186 (73.05% from 255 or 31.37% from 593); Max value from RGB is 218 - color contains mainly: green. Hex color #BDDABA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDABA is #422545. Grayscale: #CDCDCD. Windows color (decimal): -4334918 or 12245693. OLE color: 12245693.

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

Color convert

RGB 189 218 186 -
CMYK 0.13 0 0.15 0.15
HSL 114.38º 0.3% 0.79% -
HSV(B) 114.38º 0.15% 0.85% -
XYZ 54.92 64.51 56.01 -
YUV 205.68 116.89 116.1 -
System Red Green Blue C M Y K H S L
Decimal 189 218 186 0.13 0 0.15 0.15 114.38 0.3 0.79
Hex BD DA BA D 0 F F 72 1E 4F
Octal 275 332 272 15 0 17 17 162 36 117
Binary 10111101 11011010 10111010 1101 0 1111 1111 1110010 11110 1001111

Color Harmonies of #BDDABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDABA

Black with #BDDABA

Text Example


Text Example

White with #BDDABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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