Html Css Color HEX #BDDCBA Surf Crest

📋 copy color: '#BDDCBA'

red 189 ◦ green 220 ◦ blue 186

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

Shades of Surf Crest #BDDCBA

Tints of Surf Crest #BDDCBA

RGB

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

 GREEN value IS 220 (86.33% from 255) = 36.97%

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

R = 31.76%
G = 36.97%
B = 31.26%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#BDDCBA (or 0xBDDCBA) is known color: Surf Crest. HEX triplet: BD, DC and BA. RGB value is (189,220,186). Sum of RGB (Red+Green+Blue) = 189+220+186=595 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.76% from 595); Green value is 220 (86.33% from 255 or 36.97% from 595); Blue value is 186 (73.05% from 255 or 31.26% from 595); Max value from RGB is 220 - color contains mainly: green. Hex color #BDDCBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDCBA is #422345. Grayscale: #CECECE. Windows color (decimal): -4334406 or 12246205. OLE color: 12246205.

HSL color Cylindrical-coordinate representation of color #BDDCBA: hue angle of 114.71º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BDDCBA is Cyan = 0.14, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 189 220 186 -
CMYK 0.14 0 0.15 0.14
HSL 114.71º 0.33% 0.8% -
HSV(B) 114.71º 0.15% 0.86% -
XYZ 55.44 65.55 56.18 -
YUV 206.86 116.23 115.26 -
System Red Green Blue C M Y K H S L
Decimal 189 220 186 0.14 0 0.15 0.14 114.71 0.33 0.8
Hex BD DC BA E 0 F E 73 21 50
Octal 275 334 272 16 0 17 16 163 41 120
Binary 10111101 11011100 10111010 1110 0 1111 1110 1110011 100001 1010000

Color Harmonies of #BDDCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDCBA

Black with #BDDCBA

Text Example


Text Example

White with #BDDCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDCBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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