Html Css Color HEX #BDDEB7 Surf Crest

📋 copy color: '#BDDEB7'

red 189 ◦ green 222 ◦ blue 183

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

Shades of Surf Crest #BDDEB7

Tints of Surf Crest #BDDEB7

RGB

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

 GREEN value IS 222 (87.11% from 255) = 37.37%

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

R = 31.82%
G = 37.37%
B = 30.81%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#BDDEB7 (or 0xBDDEB7) is known color: Surf Crest. HEX triplet: BD, DE and B7. RGB value is (189,222,183). Sum of RGB (Red+Green+Blue) = 189+222+183=594 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.82% from 594); Green value is 222 (87.11% from 255 or 37.37% from 594); Blue value is 183 (71.88% from 255 or 30.81% from 594); Max value from RGB is 222 - color contains mainly: green. Hex color #BDDEB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDEB7 is #422148. Grayscale: #CFCFCF. Windows color (decimal): -4333897 or 12050109. OLE color: 12050109.

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

Color convert

RGB 189 222 183 -
CMYK 0.15 0 0.18 0.13
HSL 110.77º 0.37% 0.79% -
HSV(B) 110.77º 0.18% 0.87% -
XYZ 55.65 66.48 54.7 -
YUV 207.69 114.07 114.67 -
System Red Green Blue C M Y K H S L
Decimal 189 222 183 0.15 0 0.18 0.13 110.77 0.37 0.79
Hex BD DE B7 F 0 12 D 6F 25 4F
Octal 275 336 267 17 0 22 15 157 45 117
Binary 10111101 11011110 10110111 1111 0 10010 1101 1101111 100101 1001111

Color Harmonies of #BDDEB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDEB7

Black with #BDDEB7

Text Example


Text Example

White with #BDDEB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDEB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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