Html Css Color HEX #BDCABB Surf Crest

📋 copy color: '#BDCABB'

red 189 ◦ green 202 ◦ blue 187

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

Shades of Surf Crest #BDCABB

Tints of Surf Crest #BDCABB

RGB

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

 GREEN value IS 202 (79.3% from 255) = 34.95%

 BLUE value IS 187 (73.44% from 255) = 32.35%

R = 32.7%
G = 34.95%
B = 32.35%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#BDCABB (or 0xBDCABB) is known color: Surf Crest. HEX triplet: BD, CA and BB. RGB value is (189,202,187). Sum of RGB (Red+Green+Blue) = 189+202+187=578 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.70% from 578); Green value is 202 (79.30% from 255 or 34.95% from 578); Blue value is 187 (73.44% from 255 or 32.35% from 578); Max value from RGB is 202 - color contains mainly: green. Hex color #BDCABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCABB is #423544. Grayscale: #C4C4C4. Windows color (decimal): -4339013 or 12307133. OLE color: 12307133.

HSL color Cylindrical-coordinate representation of color #BDCABB: hue angle of 112º degrees, saturation: 0.12, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BDCABB is Cyan = 0.06, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB 189 202 187 -
CMYK 0.06 0 0.07 0.21
HSL 112º 0.12% 0.76% -
HSV(B) 112º 0.07% 0.79% -
XYZ 51.08 56.65 55.26 -
YUV 196.4 122.69 122.72 -
System Red Green Blue C M Y K H S L
Decimal 189 202 187 0.06 0 0.07 0.21 112 0.12 0.76
Hex BD CA BB 6 0 7 15 70 C 4C
Octal 275 312 273 6 0 7 25 160 14 114
Binary 10111101 11001010 10111011 110 0 111 10101 1110000 1100 1001100

Color Harmonies of #BDCABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCABB

Black with #BDCABB

Text Example


Text Example

White with #BDCABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCABB; }

 p { color: rgb(189,202,187); }

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

background-color css

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

 a { background-color: rgb(189,202,187); }

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

border-color css

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

 span { border-color: rgb(189,202,187); }

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