Html Css Color HEX #BDDEB4 Surf Crest

📋 copy color: '#BDDEB4'

red 189 ◦ green 222 ◦ blue 180

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

Shades of Surf Crest #BDDEB4

Tints of Surf Crest #BDDEB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 30.46%

R = 31.98%
G = 37.56%
B = 30.46%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#BDDEB4 (or 0xBDDEB4) is known color: Surf Crest. HEX triplet: BD, DE and B4. RGB value is (189,222,180). Sum of RGB (Red+Green+Blue) = 189+222+180=591 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.98% from 591); Green value is 222 (87.11% from 255 or 37.56% from 591); Blue value is 180 (70.70% from 255 or 30.46% from 591); Max value from RGB is 222 - color contains mainly: green. Hex color #BDDEB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDEB4 is #42214B. Grayscale: #CFCFCF. Windows color (decimal): -4333900 or 11853501. OLE color: 11853501.

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

Color convert

RGB 189 222 180 -
CMYK 0.15 0 0.19 0.13
HSL 107.14º 0.39% 0.79% -
HSV(B) 107.14º 0.19% 0.87% -
XYZ 55.35 66.36 53.07 -
YUV 207.35 112.57 114.92 -
System Red Green Blue C M Y K H S L
Decimal 189 222 180 0.15 0 0.19 0.13 107.14 0.39 0.79
Hex BD DE B4 F 0 13 D 6B 27 4F
Octal 275 336 264 17 0 23 15 153 47 117
Binary 10111101 11011110 10110100 1111 0 10011 1101 1101011 100111 1001111

Color Harmonies of #BDDEB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDEB4

Black with #BDDEB4

Text Example


Text Example

White with #BDDEB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDEB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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