Html Css Color HEX #BCDDB4 Surf Crest

📋 copy color: '#BCDDB4'

red 188 ◦ green 221 ◦ blue 180

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

Shades of Surf Crest #BCDDB4

Tints of Surf Crest #BCDDB4

RGB

 RED value IS 188 (73.83% from 255) = 31.92%

 GREEN value IS 221 (86.72% from 255) = 37.52%

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

R = 31.92%
G = 37.52%
B = 30.56%

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

#BCDDB4 (or 0xBCDDB4) is known color: Surf Crest. HEX triplet: BC, DD and B4. RGB value is (188,221,180). Sum of RGB (Red+Green+Blue) = 188+221+180=589 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.92% from 589); Green value is 221 (86.72% from 255 or 37.52% from 589); Blue value is 180 (70.70% from 255 or 30.56% from 589); Max value from RGB is 221 - color contains mainly: green. Hex color #BCDDB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDDB4 is #43224B. Grayscale: #CECECE. Windows color (decimal): -4399692 or 11853244. OLE color: 11853244.

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

Color convert

RGB 188 221 180 -
CMYK 0.15 0 0.19 0.13
HSL 108.29º 0.38% 0.79% -
HSV(B) 108.29º 0.19% 0.87% -
XYZ 54.83 65.7 52.97 -
YUV 206.46 113.07 114.83 -
System Red Green Blue C M Y K H S L
Decimal 188 221 180 0.15 0 0.19 0.13 108.29 0.38 0.79
Hex BC DD B4 F 0 13 D 6C 26 4F
Octal 274 335 264 17 0 23 15 154 46 117
Binary 10111100 11011101 10110100 1111 0 10011 1101 1101100 100110 1001111

Color Harmonies of #BCDDB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDDB4

Black with #BCDDB4

Text Example


Text Example

White with #BCDDB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDDB4; }

 p { color: rgb(188,221,180); }

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

background-color css

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

 a { background-color: rgb(188,221,180); }

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

border-color css

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

 span { border-color: rgb(188,221,180); }

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