Html Css Color HEX #B3DFCB Cruise

📋 copy color: '#B3DFCB'

red 179 ◦ green 223 ◦ blue 203

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

Shades of Cruise #B3DFCB

Tints of Cruise #B3DFCB

RGB

 RED value IS 179 (70.31% from 255) = 29.59%

 GREEN value IS 223 (87.5% from 255) = 36.86%

 BLUE value IS 203 (79.69% from 255) = 33.55%

R = 29.59%
G = 36.86%
B = 33.55%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#B3DFCB (or 0xB3DFCB) is known color: Cruise. HEX triplet: B3, DF and CB. RGB value is (179,223,203). Sum of RGB (Red+Green+Blue) = 179+223+203=605 (80% of max value = 765). Red value is 179 (70.31% from 255 or 29.59% from 605); Green value is 223 (87.5% from 255 or 36.86% from 605); Blue value is 203 (79.69% from 255 or 33.55% from 605); Max value from RGB is 223 - color contains mainly: green. Hex color #B3DFCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3DFCB is #4C2034. Grayscale: #CFCFCF. Windows color (decimal): -4988981 or 13361075. OLE color: 13361075.

HSL color Cylindrical-coordinate representation of color #B3DFCB: hue angle of 152.73º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B3DFCB is Cyan = 0.20, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 179 223 203 -
CMYK 0.20 0 0.09 0.13
HSL 152.73º 0.41% 0.79% -
HSV(B) 152.73º 0.2% 0.87% -
XYZ 55.76 66.67 66.43 -
YUV 207.56 125.42 107.63 -
System Red Green Blue C M Y K H S L
Decimal 179 223 203 0.20 0 0.09 0.13 152.73 0.41 0.79
Hex B3 DF CB 14 0 9 D 99 29 4F
Octal 263 337 313 24 0 11 15 231 51 117
Binary 10110011 11011111 11001011 10100 0 1001 1101 10011001 101001 1001111

Color Harmonies of #B3DFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3DFCB

Black with #B3DFCB

Text Example


Text Example

White with #B3DFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3DFCB; }

 p { color: rgb(179,223,203); }

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

background-color css

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

 a { background-color: rgb(179,223,203); }

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

border-color css

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

 span { border-color: rgb(179,223,203); }

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