Html Css Color HEX #BDDEB6 Surf Crest

📋 copy color: '#BDDEB6'

red 189 ◦ green 222 ◦ blue 182

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

Shades of Surf Crest #BDDEB6

Tints of Surf Crest #BDDEB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 30.69%

R = 31.87%
G = 37.44%
B = 30.69%

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

#BDDEB6 (or 0xBDDEB6) is known color: Surf Crest. HEX triplet: BD, DE and B6. RGB value is (189,222,182). Sum of RGB (Red+Green+Blue) = 189+222+182=593 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.87% from 593); Green value is 222 (87.11% from 255 or 37.44% from 593); Blue value is 182 (71.48% from 255 or 30.69% from 593); Max value from RGB is 222 - color contains mainly: green. Hex color #BDDEB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDEB6 is #422149. Grayscale: #CFCFCF. Windows color (decimal): -4333898 or 11984573. OLE color: 11984573.

HSL color Cylindrical-coordinate representation of color #BDDEB6: hue angle of 109.5º degrees, saturation: 0.38, 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 #BDDEB6 is Cyan = 0.15, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 222 182 -
CMYK 0.15 0 0.18 0.13
HSL 109.5º 0.38% 0.79% -
HSV(B) 109.5º 0.18% 0.87% -
XYZ 55.55 66.44 54.15 -
YUV 207.57 113.57 114.75 -
System Red Green Blue C M Y K H S L
Decimal 189 222 182 0.15 0 0.18 0.13 109.5 0.38 0.79
Hex BD DE B6 F 0 12 D 6E 26 4F
Octal 275 336 266 17 0 22 15 156 46 117
Binary 10111101 11011110 10110110 1111 0 10010 1101 1101110 100110 1001111

Color Harmonies of #BDDEB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDEB6

Black with #BDDEB6

Text Example


Text Example

White with #BDDEB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDEB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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