Html Css Color HEX #BBDFD6 Cruise

📋 copy color: '#BBDFD6'

red 187 ◦ green 223 ◦ blue 214

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

Shades of Cruise #BBDFD6

Tints of Cruise #BBDFD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 34.29%

R = 29.97%
G = 35.74%
B = 34.29%

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

#BBDFD6 (or 0xBBDFD6) is known color: Cruise. HEX triplet: BB, DF and D6. RGB value is (187,223,214). Sum of RGB (Red+Green+Blue) = 187+223+214=624 (82% of max value = 765). Red value is 187 (73.44% from 255 or 29.97% from 624); Green value is 223 (87.5% from 255 or 35.74% from 624); Blue value is 214 (83.98% from 255 or 34.29% from 624); Max value from RGB is 223 - color contains mainly: green. Hex color #BBDFD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDFD6 is #442029. Grayscale: #D3D3D3. Windows color (decimal): -4464682 or 14081979. OLE color: 14081979.

HSL color Cylindrical-coordinate representation of color #BBDFD6: hue angle of 165º 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 #BBDFD6 is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 223 214 -
CMYK 0.16 0 0.04 0.13
HSL 165º 0.36% 0.8% -
HSV(B) 165º 0.16% 0.87% -
XYZ 59.02 68.2 73.67 -
YUV 211.21 129.57 110.73 -
System Red Green Blue C M Y K H S L
Decimal 187 223 214 0.16 0 0.04 0.13 165 0.36 0.8
Hex BB DF D6 10 0 4 D A5 24 50
Octal 273 337 326 20 0 4 15 245 44 120
Binary 10111011 11011111 11010110 10000 0 100 1101 10100101 100100 1010000

Color Harmonies of #BBDFD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDFD6

Black with #BBDFD6

Text Example


Text Example

White with #BBDFD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDFD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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