Html Css Color HEX #BBDFD5 Cruise

📋 copy color: '#BBDFD5'

red 187 ◦ green 223 ◦ blue 213

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

Shades of Cruise #BBDFD5

Tints of Cruise #BBDFD5

RGB

 RED value IS 187 (73.44% from 255) = 30.02%

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

 BLUE value IS 213 (83.59% from 255) = 34.19%

R = 30.02%
G = 35.79%
B = 34.19%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#BBDFD5 (or 0xBBDFD5) is known color: Cruise. HEX triplet: BB, DF and D5. RGB value is (187,223,213). Sum of RGB (Red+Green+Blue) = 187+223+213=623 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.02% from 623); Green value is 223 (87.5% from 255 or 35.79% from 623); Blue value is 213 (83.59% from 255 or 34.19% from 623); Max value from RGB is 223 - color contains mainly: green. Hex color #BBDFD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDFD5 is #44202A. Grayscale: #D3D3D3. Windows color (decimal): -4464683 or 14016443. OLE color: 14016443.

HSL color Cylindrical-coordinate representation of color #BBDFD5: hue angle of 163.33º degrees, saturation: 0.36, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BBDFD5 is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 223 213 -
CMYK 0.16 0 0.04 0.13
HSL 163.33º 0.36% 0.8% -
HSV(B) 163.33º 0.16% 0.87% -
XYZ 58.89 68.14 73 -
YUV 211.1 129.07 110.81 -
System Red Green Blue C M Y K H S L
Decimal 187 223 213 0.16 0 0.04 0.13 163.33 0.36 0.8
Hex BB DF D5 10 0 4 D A3 24 50
Octal 273 337 325 20 0 4 15 243 44 120
Binary 10111011 11011111 11010101 10000 0 100 1101 10100011 100100 1010000

Color Harmonies of #BBDFD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDFD5

Black with #BBDFD5

Text Example


Text Example

White with #BBDFD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDFD5; }

 p { color: rgb(187,223,213); }

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

background-color css

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

 a { background-color: rgb(187,223,213); }

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

border-color css

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

 span { border-color: rgb(187,223,213); }

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