Html Css Color HEX #BDDCB7 Surf Crest

📋 copy color: '#BDDCB7'

red 189 ◦ green 220 ◦ blue 183

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

Shades of Surf Crest #BDDCB7

Tints of Surf Crest #BDDCB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 30.91%

R = 31.93%
G = 37.16%
B = 30.91%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.17

 K value IS 0.14

RGB Variations

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

Color information

#BDDCB7 (or 0xBDDCB7) is known color: Surf Crest. HEX triplet: BD, DC and B7. RGB value is (189,220,183). Sum of RGB (Red+Green+Blue) = 189+220+183=592 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.93% from 592); Green value is 220 (86.33% from 255 or 37.16% from 592); Blue value is 183 (71.88% from 255 or 30.91% from 592); Max value from RGB is 220 - color contains mainly: green. Hex color #BDDCB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDCB7 is #422348. Grayscale: #CECECE. Windows color (decimal): -4334409 or 12049597. OLE color: 12049597.

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

Color convert

RGB 189 220 183 -
CMYK 0.14 0 0.17 0.14
HSL 110.27º 0.35% 0.79% -
HSV(B) 110.27º 0.17% 0.86% -
XYZ 55.13 65.42 54.52 -
YUV 206.51 114.73 115.51 -
System Red Green Blue C M Y K H S L
Decimal 189 220 183 0.14 0 0.17 0.14 110.27 0.35 0.79
Hex BD DC B7 E 0 11 E 6E 23 4F
Octal 275 334 267 16 0 21 16 156 43 117
Binary 10111101 11011100 10110111 1110 0 10001 1110 1101110 100011 1001111

Color Harmonies of #BDDCB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDCB7

Black with #BDDCB7

Text Example


Text Example

White with #BDDCB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDCB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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